Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
paarnes committed Jan 12, 2025
1 parent cab082d commit 9b7a571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-package-upload-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
git add pyproject.toml
git commit -m "Bump version to ${{ steps.increment_version.outputs.version }}"
# Push the changes directly to the master branch
git push origin HEAD:master
git push origin HEAD:master --force
- name: Build and upload to PyPI
run: |
Expand Down

0 comments on commit 9b7a571

Please sign in to comment.