Skip to content

Commit dd557a5

Browse files
minor changes
1 parent f088003 commit dd557a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2929
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3030
run: |
31+
echo $TWINE_USERNAME
32+
echo $TWINE_PASSWORD
3133
python setup.py sdist bdist_wheel
3234
twine upload -r testpypi dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD
3335
twine check dist/*

0 commit comments

Comments
 (0)