Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 511 Bytes

File metadata and controls

28 lines (17 loc) · 511 Bytes

Bump version number in pyproject.toml

Add git version tag

Build the archive

python3 -m build

Upload to test.pypi

python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*

Upload to pypi

python -m twine upload dist/*

Installing from test.pypi

pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple igv-reports Check the version number and make sure it is the one you just uploaded.