Skip to content

Commit

Permalink
Update python-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams authored Dec 21, 2023
1 parent 14ec170 commit 177fb14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ jobs:
VERSION=${{ github.event.release.tag_name }}
git config user.email "[email protected]"
git config user.name "GitHub Actions"
git checkout main
git add setup.py
git commit -m "Update version to ${VERSION}"
git checkout main
git push origin main
- name: Build package
run: python -m build
Expand Down

0 comments on commit 177fb14

Please sign in to comment.