Skip to content

Commit

Permalink
Enforce use of tokens for PyPi deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Gerstenkorn committed Feb 10, 2021
1 parent 26c6fc9 commit b97a3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
git push github HEAD:main
- name: Build and publish
run: |
poetry publish --build -u "${{ secrets.PYPI_USERNAME }}" -p "${{ secrets.PYPI_PASSWORD }}"
poetry publish --build -u "__token__" -p "${{ secrets.PYPI_TOKEN }}"

0 comments on commit b97a3ef

Please sign in to comment.