Skip to content

Commit

Permalink
use version to update bump2version
Browse files Browse the repository at this point in the history
  • Loading branch information
ykumards committed Sep 19, 2024
1 parent e6f598d commit 0f1e311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Update version in pyproject.toml based on tag
run: |
TAG_NAME=${GITHUB_REF#refs/tags/}
bump2version --new-version $TAG_NAME --allow-dirty --no-commit
bump2version --new-version $TAG_NAME --allow-dirty --no-tag --no-commit
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 0f1e311

Please sign in to comment.