Skip to content

Upload to PyPI

Giovanni Torres edited this page Feb 13, 2018 · 2 revisions

Install Twine using pip

$ pip install twine

Upload to PyPI

$ cd /path/to/pyslurm
$ python setup.py sdist
$ twine upload dist/*
$ rm -rf build/ dist/
Clone this wiki locally