📡 PyPI
A GitHub Action for publishing your package to PyPI it can be found at .github/workflows/pypi-publish.yml
.
Package Publishing
- Register your project and create an API Token on PyPI.
- Add the API Token to your projects secrets with the name
PYPI_TOKEN
- Create a new release on Github.
- Create a new tag in the form
*.*.*
.
PyPI Testing
PyPI has a test package publishing index for you to work through any kinks before you go live.