We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
PYPI_SECRET_TOKEN
PYPI_TOKEN
1 parent 1c4168b commit cb7e80dCopy full SHA for cb7e80d
.github/workflows/release.yml
@@ -37,4 +37,4 @@ jobs:
37
file_glob: true
38
- name: Deploy to PyPI
39
run: |
40
- poetry publish -u "__token__" -p "${{ secrets.PYPI_TOKEN }}"
+ poetry publish -u "__token__" -p "${{ secrets.PYPI_SECRET_TOKEN }}"
0 commit comments