python setup.py clean --all
As a first step always do:
python setup.py build
Source distribution:
python setup.py sdist
Wheel distribution (platform specific)
python setup.py bdist_wheel
Windows installer (GUI)
python setup.py bdist_wininst
Once .pypirc
is configured, run:
twine upload dist/fretbursts-X.X.zip -ppassword
To disable/enable the DOI creation for a release, login on Zenodo and enable/disable the repository in the GitHub section.