Skip to content
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

Publishing on PyPi register and upload methods deprecated/not-recommended #27

Open
GanadiniAkshay opened this issue Apr 17, 2017 · 5 comments

Comments

@GanadiniAkshay
Copy link

python3 setup.py register
is deprecated and as per the official guide is not recommended due to security issues. Similar issues with
python2 setup.py upload

The recommended way is to use twine to register and upload the package.

@GanadiniAkshay
Copy link
Author

GanadiniAkshay commented Apr 17, 2017

created pull request #28

@natjms
Copy link

natjms commented May 17, 2017

I second this. Using some of the methods provided in this documentation might transmit login information via plain text which could easily get picked up by someone listening.

@ACPK
Copy link

ACPK commented Mar 15, 2018

This is still an issue...

@githubaba
Copy link

githubaba commented Mar 16, 2018 via email

@natjms
Copy link

natjms commented Mar 16, 2018

It would be wise to do something at least, even if this documentation is no longer being maintained. This tutorial still comes up in search results for "python packaging" and may lead beginner developers down the wrong path.

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

No branches or pull requests

4 participants