Closed JasonGross closed 9 months ago
This CI job will build the distribution and deploy to test-pypi on all pushes and PRs to main. Additionally, it will deploy to pypi on all tagged releases.
The setup follows https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ very closely, with a few minor adjustments:
Note that someone with permission will need to configure pypi and testpypi to accept packages from github actions as per Python's instructions.
This CI job will build the distribution and deploy to test-pypi on all pushes and PRs to main. Additionally, it will deploy to pypi on all tagged releases.
The setup follows https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ very closely, with a few minor adjustments:
Note that someone with permission will need to configure pypi and testpypi to accept packages from github actions as per Python's instructions.