We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7044b2 commit 864578bCopy full SHA for 864578b
1 file changed
.github/workflows/cd.yml
@@ -30,4 +30,4 @@ jobs:
30
- name: Publish package
31
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
32
run: |
33
- poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }}
+ poetry publish -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
0 commit comments