Skip to content

Commit

Permalink
Update update-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata authored Sep 5, 2023
1 parent e496cb1 commit 87aa3cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ jobs:
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
git checkout -b pypi
git commit -a -m "Update version number to new_version"
git push origin pypi
git push origin main

0 comments on commit 87aa3cd

Please sign in to comment.