Skip to content

Upload a new version

Lucas Vazquez edited this page Jan 20, 2021 · 1 revision

Steps to create a new version

  1. Build the new package

    python3 ./setup.py sdist bdist_wheel

  2. Upload to PYPI using twine

    twine upload --skip-existing dist/*

Clone this wiki locally