Skip to content

Commit 191f60c

Browse files
minor changes
1 parent 5ad8c2d commit 191f60c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
3131
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3232
run: |
33-
echo $TWINE_USERNAME
34-
echo $TWINE_PASSWORD
3533
python setup.py sdist bdist_wheel
3634
twine upload -r testpypi dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD --verbose
3735
twine check dist/*

0 commit comments

Comments
 (0)