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 9bea915 commit 549cd85Copy full SHA for 549cd85
.github/workflows/python-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build and publish
26
env:
27
TWINE_USERNAME: "__token__"
28
- TWINE_PASSWORD: ${{ secrets.PYNITE }}
+ TWINE_PASSWORD: ${{ secrets.PYNITE_PYPI_API_TOKEN }}
29
run: |
30
python setup.py sdist bdist_wheel
31
twine upload --verbose dist/*
0 commit comments