Skip to content

xdurana/cookiecutter-pypackage-example

Repository files navigation

cookiecutter-pypackage-example

Release Build status Commit activity Docs Code style with black Imports with isort License

This is a template repository for Python projects that use Poetry for their dependency management.

Releasing a new version

  • Create an API Token on Pypi.
  • Add the API Token to your projects secrets with the name PYPI_TOKEN by visiting this page.
  • Create a new release on Github. Create a new tag in the form *.*.*.

For more details, see here.


Repository initiated with xdurana/cookiecutter-pypackage.