Skip to content

Commit ed9199e

Browse files
committed
saving more pypi notes
1 parent 50e8b23 commit ed9199e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
python setup.py install
1313
To package the wheel (after pip installing twine and wheel):
1414
python setup.py bdist_wheel
15-
To upload the wheel to PyPi
15+
To upload the binary wheel to PyPi
1616
twine upload dist/*.whl
17+
To upload the source distribution to PyPi
18+
python setup.py sdist upload
1719
To repackage the previously built package as wheel (bypassing build):
1820
python setup.py bdist_wheel --repackage
1921
To install a develop version (egg with symbolic link):

0 commit comments

Comments
 (0)