-
Notifications
You must be signed in to change notification settings - Fork 28
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
Docker PyPI script broken / outdated #223
Labels
Comments
After updating local .pypirc file (see here) + these changes PyPi packaging + upload works when running package-pypi.sh directly. But apparently these changes break running the Docker file, which now results in:
Also note the CryptographyDeprecationWarning. Looks like the Docker build relies on an ancient (3.6) Python version. |
bitsgalore
changed the title
PyPI upload fails with Username/Password authentication is no longer supported.
Docker PyPI script broken / outdated
Jan 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running ./docker-package-pypi.sh fails at upload stage with:
So script needs to be updated to API Token authentication.
Also happens when running ./package-pypi.sh directly.
The text was updated successfully, but these errors were encountered: