瀏覽代碼

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 年之前
父節點
當前提交
11274d6a4f
共有 1 個文件被更改,包括 3 次插入2 次删除
  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
 npm version patch
 git push origin master --tags
 git push origin master --tags
 npm publish
 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/*
 ```
 ```