-
Update version number in pyprocar/version.py
-
Update version number in setup.json
-
Update version number in README.md
-
Recompile docs to update version.
Only deletes the autosummarys directories
make clean-autosummary && make html make deploy
deletes the autosummarys, removes build directory directories
make clean-except-examples && make html make deploy
Complete clean, redos all the examples, remove builddir Takes the longest
make clean && make html make deploy
-
Push these changes to the main branch.
-
run this from the root directory
python setup.py sdist bdist_wheel
-
run this from the root directory
twine upload dist/*
- Username is
__token__
- Password is the apikey. You may need to create a new apikey on PyPi.
- Username is
-
Update the releases on the main github page.