Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use dedicated GitHub Actions job for PyPI
This project uses pypa/gh-action-pypi-publish to publish Python packages to PyPI with an OIDC trusted publisher (6e532c6). pypa/gh-action-pypi-publish is set up as a Docker action referencing the Dockerfile. The downside to using the Dockerfile for the action is that the Docker image must be built every time the action is used. This will hopefully change in the near future if Docker images are pre-built and pushed to a registry (pypa/gh-action-pypi-publish#230). In the meantime, this commit will move related steps to a dedicated GitHub Actions job so that the Docker image is not built every time GitHub Actions jobs run. 6e532c6 https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action https://docs.pypi.org/trusted-publishers/ https://github.com/pypa/gh-action-pypi-publish
- Loading branch information