We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is now possible to create an API token at https://pypi.org/manage/account/token/. CI autoreleases should switch to that.
Use __token__ for a username and the token itself for a password when using Twine: pypi/warehouse#994 (comment)
__token__
Ref: https://discuss.python.org/t/pypi-security-work-multifactor-auth-progress-help-needed/1042/31
auth token is used for dist upload
user password is used for dist upload
N/A
The text was updated successfully, but these errors were encountered:
2f8fc9f
Replace PyPI creds with API token in Travis CI
57e83c3
Resolves #3941
e553cc2
Nice! Could you update appveyor config as well?
Sorry, something went wrong.
Oh, completely forgot about that.
58bfa07
Use PyPI access token in AppVeyor
ce8687f
Closes #3941
de9b294
webknjaz
No branches or pull requests
Long story short
It is now possible to create an API token at https://pypi.org/manage/account/token/. CI autoreleases should switch to that.
Use
__token__
for a username and the token itself for a password when using Twine: pypi/warehouse#994 (comment)Ref: https://discuss.python.org/t/pypi-security-work-multifactor-auth-progress-help-needed/1042/31
Expected behaviour
auth token is used for dist upload
Actual behaviour
user password is used for dist upload
Steps to reproduce
N/A
Your environment
N/A
The text was updated successfully, but these errors were encountered: