Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 582 Bytes

README_TECH.md

File metadata and controls

17 lines (12 loc) · 582 Bytes

Py Hydroweb

Publish a new package version on PyPi

First of all, update version in pyproject.toml and setup.cfg and then:

rm -rf dist/*
python3 -m pip install --upgrade build
python3 -m build
python3 -m pip install --upgrade twine
python3 -m twine upload dist/*

Please note that last command will ask for a valid PyPi API token with maintainer rights on the https://pypi.org/project/py-hydroweb/ project.

Finally we need to update the latest_version param in the front templated python script in order to inform our users that a newer version is available.