Skip to content

Monorepo containing Python development tooling and documentation for Secretarium

License

Notifications You must be signed in to change notification settings

secretarium/devsuite-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Monorepo containing Python development tooling and documentation for Secretarium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages