Skip to content

Commit 0e1f6b0

Browse files
authored
Update python-publish.yml
1 parent 3b6785c commit 0e1f6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python3 -m pip install setuptools wheel
3838
- name: Build and publish
3939
env:
40-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
40+
TWINE_USERNAME: ${{ secrets.PYPI_ALL_USERNAME }}
4141
TWINE_PASSWORD: ${{ secrets.PYPI_ALL_PASSWORD }}
4242
run: |
4343
rm -f archivist/about.py

0 commit comments

Comments
 (0)