Skip to content

Commit

Permalink
chore: Use PYPI_SECRET_TOKEN instead of PYPI_TOKEN (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillDaSilva authored Feb 9, 2023
1 parent 1c4168b commit cb7e80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
file_glob: true
- name: Deploy to PyPI
run: |
poetry publish -u "__token__" -p "${{ secrets.PYPI_TOKEN }}"
poetry publish -u "__token__" -p "${{ secrets.PYPI_SECRET_TOKEN }}"

0 comments on commit cb7e80d

Please sign in to comment.