Skip to content

Commit

Permalink
Merge pull request #3268 from lorengordon/patch/pypi-use-token
Browse files Browse the repository at this point in the history
Uses api token to create pypi packages
  • Loading branch information
lorengordon authored Nov 6, 2023
2 parents bd5ab04 + 8d7e78b commit 84d21ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
branch: main
- provider: pypi
distributions: sdist bdist_wheel
username: plus3it
username: __token__ # https://pypi.org/help/#apitoken
password: $PYPI_PASSWORD
skip_cleanup: true
skip_upload_docs: true
Expand Down

0 comments on commit 84d21ba

Please sign in to comment.