Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 299 Bytes

DEVELOPER.md

File metadata and controls

18 lines (9 loc) · 299 Bytes

Upload package to PyPi.org

Install prereqs

python3 -m pip install --user --upgrade setuptools wheel

Create package

Run in pycstruct root folder:

python3 setup.py sdist bdist_wheel

Upload package to PyPi.org

python3 -m twine upload dist/*

Ender username and password.