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 665eeb4 commit 036026eCopy full SHA for 036026e
.github/workflows/python.yaml
@@ -54,7 +54,7 @@ jobs:
54
run: |
55
python ./setup.py sdist bdist_wheel
56
- name: upload
57
- run: twine upload dist/* --non-interactive --skip-existing
58
- env:
59
- TWINE_USERNAME: token
60
- TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
+ uses: pypa/gh-action-pypi-publish@master
+ with:
+ user: __token__
+ password: ${{ secrets.PYPI_TOKEN }}
0 commit comments