-
Notifications
You must be signed in to change notification settings - Fork 311
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
Documentation contains an obsolete link #214
Comments
I'm using twine 1.8.1, and it still tries to use the upload.pypi.org/legacy/ url, even w/o the repository setting in .pypirc. trying to do this:
still results in:
|
@zirpu you're running into #206. |
I'm on Twine 1.9.1 and the behavior is different from what @zirpu experienced but still probably suboptimal:
(I typed in some nonsense for username and password.) My package does not seem to be up at pypi.org, test.pypi.org, or pypi.python.org; I don't understand what twine did here. |
@brainwane Assuming you actually used
So presumably twine got a |
(I knew I run
Given that the documentation is now accurate and Twine doesn't have the issue @zirpu mentioned anymore, I think we can close this issue. |
I'm currently following the packaging guide, and the section about creating an account contains an obsolete link about to upload packages.
It says to use:
repository = https://upload.pypi.org/legacy/
, but when I use this, and then runtwing register my_package.whl
, I get the following error:Removing the line from
.pypirc
makes it work!The text was updated successfully, but these errors were encountered: