-
Notifications
You must be signed in to change notification settings - Fork 985
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
503 (Service Unavailable) during test.pypi upload #17286
Comments
Can you provide the output of the following?
|
Thanks for your response.
|
It seems like you might have an unstable network connection. Can you file a network access issue here instead? |
I was connected to VPN, tried without and get this log: `twine upload --repository testpypi --verbose dist/*
ERROR HTTPError: 503 Service Unavailable from https://test.pypi.org/legacy/ Should I still open a network access issue? |
Hi,
Describe the bug
I am trying to upload updates to my existing test.pypi project https://test.pypi.org/project/cytotrace2-py/1.0.2/, but keep getting "503 (Service Unavailable)" error.
Expected behavior
Previously I was able to push updates and got 200, OK response.
To Reproduce
I have run "twine check dist/*" and it passed, and also tried connecting to the server with "curl -I https://upload.pypi.org/legacy/" and received 200, OK.
To upload, I am running
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
My Platform
My OS is macOS Sequoia 15.1.1
Additional context
Thanks for your help!
The text was updated successfully, but these errors were encountered: