We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c186da5 commit 9c146cbCopy full SHA for 9c146cb
.github/workflows/deploy_release.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
python -m pip install twine
31
ls -1 dist
32
- python -m twine upload --u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASS }} --skip-existing dist/*
+ python -m twine upload --u __token__ -p ${{ secrets.PYPI_TOKEN }} --skip-existing dist/*
33
34
- name: Publish wheel and source distributions as a GitHub release
35
0 commit comments