We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e8b23 commit ed9199eCopy full SHA for ed9199e
1 file changed
setup.py
@@ -12,8 +12,10 @@
12
python setup.py install
13
To package the wheel (after pip installing twine and wheel):
14
python setup.py bdist_wheel
15
-To upload the wheel to PyPi
+To upload the binary wheel to PyPi
16
twine upload dist/*.whl
17
+To upload the source distribution to PyPi
18
+ python setup.py sdist upload
19
To repackage the previously built package as wheel (bypassing build):
20
python setup.py bdist_wheel --repackage
21
To install a develop version (egg with symbolic link):
0 commit comments