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 9e6f5a6 commit 9faf6b6
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 9faf6b6

Please sign in to comment.