-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
[Django-pipeline][Travis] Invalid or non-existent authentication information #177
Comments
I believe this is due to me enabling 2FA on my Pypi account. I tried to switch to Pypi token authentication, but I ran into this issue while trying to encrypt the token. We might be able switch to Github Actions, but only a roady can access settings for the repository to set the token, so we're stuck. |
@jezdez can you help us? |
Hey @jezdez, can you please help us to uresolv the problem? Thank. |
Hey there, sure thing, I've just enabled auto-releases via the Jazzband package index and made @cyberdelia the dedicated project lead to confirm the releases. @cyberdelia could you please re-login on https://jazzband.co to sync your email addresses please? Once a release has happened an email will be sent out for you to confirm the release. |
@jezdez Done! |
I confirm v2.0.5 automatically publish on pypi.org. |
I participate to Django-pipeline, who is member of jazzband.
But after pushing my modifications and successfully passed the tests, Travis fails to publish the package on PyPI for the reason:
HTTPError: 403 Client Error: Invalid or non-existent authentication information. for url: https://upload.pypi.org/legacy/
cf. related issue and travis jobMakes it possible the confirm the information given in
travis.yml
to automatically publish packages with Jazzband Bot on PyPI? And if they are wrong generate newpassword / secret
and save it in the project.Thank you
The text was updated successfully, but these errors were encountered: