Skip to content

Commit 97b9331

Browse files
minor changes
1 parent 2e06565 commit 97b9331

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ jobs:
2929
env:
3030
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
3131
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
32+
TWINE_TEST_PASSWORD: ${{ secrets.PYPI_TEST_PASSWORD }}
33+
3234
run: |
3335
python setup.py sdist bdist_wheel
34-
twine upload -r testpypi dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD --verbose
36+
twine upload -r testpypi dist/* -u $TWINE_USERNAME -p $TWINE_TEST_PASSWORD --verbose
3537
twine check dist/*
3638
twine upload dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD --verbose

0 commit comments

Comments
 (0)