Skip to content

updating the information on the doc related to the correct url#525

Closed
waldirio wants to merge 1 commit into
pypa:masterfrom
waldirio:master
Closed

updating the information on the doc related to the correct url#525
waldirio wants to merge 1 commit into
pypa:masterfrom
waldirio:master

Conversation

@waldirio
Copy link
Copy Markdown

Hi,

Actually following the docs I got error, after do a simple research I got a lot of cases related to the same issue and the fix is just related to the url, just changing according below

from

twine upload --repository-url https://test.pypi.org/legacy/ dist/*

to

twine upload --repository-url https://upload.pypi.org/legacy/ dist/*

I believe this change will upload the online docs and to the next new users which try to upload their packages, everything will be fine.

Thank you.

@theacodes
Copy link
Copy Markdown
Member

Hi @waldirio! This is working as intended. The page you changed is for Test PyPI, so the url is correct. Merging this change would mean that users would mistakenly upload to the real PyPI.

@theacodes theacodes closed this Jun 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants