Skip to content

Commit

Permalink
Fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders committed Jan 7, 2023
1 parent 5e69f77 commit c32c56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: '3.10'

- name: Update version
run: sed -i "s/version = .*/^version = '${{github.ref_name}}'/" pyproject.toml
run: sed -i "s/^version = .*/version = '${{github.ref_name}}'/" pyproject.toml

- name: Build a binary wheel and a source tarball
run: |
Expand Down

0 comments on commit c32c56d

Please sign in to comment.