Skip to content

Commit 41aa9ec

Browse files
committed
Use same account for PyPI and TestPyPI
1 parent 3d30659 commit 41aa9ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
path: dist
9292
- name: Publish wheel artifact to TestPyPI
9393
env:
94-
TWINE_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
95-
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
94+
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
95+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
9696
run: |
9797
python3 -m pip install twine
9898
python3 -m twine upload --repository testpypi dist/* --verbose

0 commit comments

Comments
 (0)