Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbolliet authored Oct 2, 2024
1 parent fb5fa89 commit 76b08c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
# Use bump2version with --current-version flag
# bump2version --current-version "$current_version" --new-version "$new_version" patch setup.py
# Update version in setup.py using sed
sed -i '' "s/version=\"$current_version\"/version=\"$new_version\"/" setup.py
# sed -i '' "s/version=\"$current_version\"/version=\"$new_version\"/" setup.py
sed -i "s|version=\"[^\"]*\"|version=\"$new_version\"|" setup.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 76b08c0

Please sign in to comment.