Skip to content

Commit e572bd7

Browse files
authored
Update python-test-publish.yml
updated test pypi secret variables
1 parent b578c84 commit e572bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
pip install setuptools wheel twine
3131
- name: Build and publish
3232
env:
33-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
34-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
33+
TWINE_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
34+
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
3535
run: |
3636
python setup.py sdist bdist_wheel
3737
twine upload --repository testpypi dist/*

0 commit comments

Comments
 (0)