Skip to content

Commit

Permalink
Adding git token
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed Apr 17, 2023
1 parent 5c4ce61 commit a89ac40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
git commit -m "Bump version to ${NEW_VERSION}"
git tag "v${NEW_VERSION}"
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish --build
# poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
# poetry publish --build

git push
git push --tags
Expand Down

0 comments on commit a89ac40

Please sign in to comment.