Browse Source

Never upload with setup.py

It **does** upload without checking the certificate of the remote
server, does not use ssl, and send the credential in plaintext on the
wire.
Matthias Bussonnier 8 years ago
parent
commit
11274d6a4f
1 changed files with 3 additions and 2 deletions
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -210,6 +210,7 @@ We publish an npm package, a Python source package, and a Python universal binar
 npm version patch
 git push origin master --tags
 npm publish
-python setup.py sdist upload
-python setup.py bdist_wheel --universal upload
+python setup.py sdist
+python setup.py bdist_wheel --universal
+twine upload dist/*
 ```