Skip to content

Commit

Permalink
Merge pull request #42 from Bandwidth/task/update-pypi-auth
Browse files Browse the repository at this point in the history
Update deploy to use pypi api key
  • Loading branch information
ajrice6713 committed Jan 2, 2024
2 parents e71ab45 + 098c72c commit 2c29cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ runs:
pip install twine
pip install wheel
python setup.py sdist bdist_wheel
twine upload dist/* -u $PYPI_USERNAME -p $PYPI_PASSWORD
twine upload dist/* -u __token__ -p $PYPI_API_KEY
shell: bash

0 comments on commit 2c29cde

Please sign in to comment.