Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 428 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 428 Bytes

devsuite-python

Monorepo containing Python development tooling and documentation for Secretarium

Building and Releasing Secretarium Python packages

The build process is executed from the root of each package as follows:

python -m build

Release is done with Twine as such :

python -m twine upload .\dist\`package_name`-`package_version`.tar.gz .\dist\`package_name`-`package_version`-py3-none-any.whl