Skip to content

Commit

Permalink
twine
Browse files Browse the repository at this point in the history
  • Loading branch information
tyki6 committed Apr 8, 2022
1 parent 0adc241 commit 0d231a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD
*
deploy-docker:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0d231a7

Please sign in to comment.