Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathf committed Dec 6, 2024
1 parent 991e9e4 commit ab0bca9
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 @@ -86,7 +86,7 @@ jobs:
- name: Set version
if: matrix.platform == 'macos-arm' || matrix.platform == 'macos-intel'
run: |
sed -i 's/^version = 0\.1\.0$/version = ${{ github.ref_name }}/' setup.cfg
sed -i "" 's/^version = 0\.1\.0$/version = ${{ github.ref_name }}/' setup.cfg
- name: Build wheels
if: matrix.platform != 'macos-arm'
Expand Down

0 comments on commit ab0bca9

Please sign in to comment.