From ed9199ecbfa1bbfcf03295914feac2e60b402b97 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 27 Aug 2017 20:04:31 -0400 Subject: [PATCH] saving more pypi notes --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 38780b9a2..96aeb7496 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,10 @@ To build and install: python setup.py install To package the wheel (after pip installing twine and wheel): python setup.py bdist_wheel -To upload the wheel to PyPi +To upload the binary wheel to PyPi twine upload dist/*.whl +To upload the source distribution to PyPi + python setup.py sdist upload To repackage the previously built package as wheel (bypassing build): python setup.py bdist_wheel --repackage To install a develop version (egg with symbolic link):