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 d48669a commit c2ef13eCopy full SHA for c2ef13e
.github/workflows/pythonpublish.yml
@@ -20,8 +20,8 @@ jobs:
20
pip install setuptools wheel twine
21
- name: Build and publish
22
env:
23
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
24
- TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ TWINE_USERNAME: ${{ secrets.PYPI_USER }}
+ TWINE_PASSWORD: ${{ secrets.PYPI_PASS }}
25
run: |
26
python setup.py sdist bdist_wheel
27
twine upload dist/*
0 commit comments