Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Create Action to publish to PyPI on release
Creates a GitHub Action workflow that builds and published packaged distribution files to PyPI when a release is published in GitHub. The secret used in ${{ secrets.PYPI_API_TOKEN }} needs to be created on the settings page of your project on GitHub. At some point we should probably switch to pyproject.toml as defined in PEP 518.
- Loading branch information