Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 959 Bytes

packaging_plasmidcanvas.rst

File metadata and controls

20 lines (12 loc) · 959 Bytes

Uploading a new version of plasmidcanvas to pypi

1 - Be a collaborator or owner of the plasmidcanvas pypi project (https://pypi.org/project/plasmidcanvas/).

2 - Setup poetry to use your pypi api key. See https://python-poetry.org/docs/repositories/#configuring-credentials

3 - Increment the version of the package in the pyproject.toml to the next major/minor/patch version.

3 - Run "poetry build" to build the package distribution.

4 - Run "poetry publish" to publish the package to pypi.

5 - Verify the new version is available at https://pypi.org/project/plasmidcanvas/.

Updating the pypi documentation in readthedocs

This should be done automatically when a change is made to the documentation on master. Verify this at https://plasmidcanvas.readthedocs.io/en/latest/