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 3b6785c commit 0e1f6b0Copy full SHA for 0e1f6b0
.github/workflows/python-publish.yml
@@ -37,7 +37,7 @@ jobs:
37
python3 -m pip install setuptools wheel
38
- name: Build and publish
39
env:
40
- TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
+ TWINE_USERNAME: ${{ secrets.PYPI_ALL_USERNAME }}
41
TWINE_PASSWORD: ${{ secrets.PYPI_ALL_PASSWORD }}
42
run: |
43
rm -f archivist/about.py
0 commit comments