Skip to content

release to PyPI

rfabbri edited this page Jun 10, 2024 · 2 revisions

python3 -m pip install --upgrade twine

python3 -m pip install --upgrade build

python3 -m pip install --upgrade pip

python3 -m build

twine upload dist/*

sources

https://packaging.python.org/en/latest/tutorials/packaging-projects/

https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

:::

Clone this wiki locally