Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 479 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 479 Bytes

Poetry Package Template

Template for Python3 packages managed by poetry.

Usage

  • Click Use this template in GitHub
  • Create a repository from this template
  • Modify the template to your needs
  • Run poetry install in your repository
  • Create your package

Features

  • Uploads to PyPi when a GitHub release is created (if PYPI_API_TOKEN secret is set)
  • Runs tests and attempts build on pushes and pull requests
  • Set up for Python >= 3.10, however this can be edited