-
Make sure version info is correct (setup.py, docs/source/conf.py)
-
Create source distribution:
python setup.py sdist
. That should put astlpy-[VERSION].tar.gz
file in thedist/
directory. -
Upload:
twine upload dist/stlpy-[VERSION].tar.gz
Make sure version info is correct (setup.py, docs/source/conf.py)
Create source distribution: python setup.py sdist
. That should put
a stlpy-[VERSION].tar.gz
file in the dist/
directory.
Upload: twine upload dist/stlpy-[VERSION].tar.gz