Skip to content

Commit

Permalink
travis: use __token__ user instead of @token
Browse files Browse the repository at this point in the history
pypi API token is currently beta feature, since
pypi/warehouse#6342 pypi "token user" has changed to
"__token__".
  • Loading branch information
philpep committed Aug 9, 2019
1 parent ac4a033 commit 23fa1eb
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 @@ -25,7 +25,7 @@ jobs:
if: repo == "philpep/testinfra" AND tag IS present
deploy:
provider: pypi
user: "@token"
user: "__token__"
on:
tags: true
distributions: "sdist bdist_wheel"

0 comments on commit 23fa1eb

Please sign in to comment.