Skip to content

Commit

Permalink
Update newversion usage
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 9, 2024
1 parent a1e4f84 commit a7d4b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_on_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Bump version
run: |
echo "Bumping version to ${STUBS_VERSION}"
uvx newversion -psi ${STUBS_VERSION}
uvx newversion -i ${STUBS_VERSION} --save
uv pip install .
- name: Commit changes
if: "${{ github.event.inputs.version == '' }}"
Expand Down

0 comments on commit a7d4b3b

Please sign in to comment.