Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 484 Bytes

create_new_pip_version.md

File metadata and controls

31 lines (17 loc) · 484 Bytes

Send new version to pip

Make sure tests pass

python setup.py test

Update supported formulas

python -m "scripts.update_supported_formulas"

Edit

setup.py - bump the version and download url changelog.md - put the change you made there

Create the release in github

push everything to master

Go to https://github.com/aidhound/hotxlfp/releases

Press draft a new release

Upload to pypi

delete stuff inside dist/*

python setup.py sdist bdist_wheel

twine upload dist/*