From 7a11848f71a7af22a7defc755035424038f179ab Mon Sep 17 00:00:00 2001 From: Anton Agestam Date: Sun, 28 Aug 2022 20:03:00 +0200 Subject: [PATCH] Expand docs on python-publish (#7) --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e006d53..f51ac70 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ A reusable workflow for building and publishing Python packages to PyPI. +- Builds package with [pypa/build]. +- Verifies release tag matches version of built wheel. +- Uploads package to PyPI with [pypa/gh-action-pypi-publish]. + +[pypa/build]: https://github.com/pypa/build +[pypa/gh-action-pypi-publish]: https://github.com/pypa/gh-action-pypi-publish + #### Example usage ```yaml @@ -15,7 +22,7 @@ on: jobs: build-and-publish: - uses: less-action/reusables/.github/workflows/python-publish.yaml@v1 + uses: less-action/reusables/.github/workflows/python-publish.yaml@v5 with: requirements_file: "setup.py" secrets: