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 1baaa30 commit cab082d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi-package-upload-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
git config user.email [email protected]
git add pyproject.toml
git commit -m "Bump version to ${{ steps.increment_version.outputs.version }}"
git push origin HEAD:${{ github.ref }}
# Push the changes directly to the master branch
git push origin HEAD:master
- name: Build and upload to PyPI
run: |
Expand Down

0 comments on commit cab082d

Please sign in to comment.