From a12f8def75fa8ff01af4e3adf85729d436a97af4 Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Sat, 28 Oct 2023 08:16:32 -0700 Subject: [PATCH] Publish manually Signed-off-by: Ry Jones --- .github/workflows/pypi.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index b4acf4b..3f290fb 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -1,11 +1,14 @@ + name: Publish Python distribution to PyPI + on: + workflow_dispatch: release: types: - published jobs: - build-n-publish: + build: name: Publish Python distribution to PyPI runs-on: ubuntu-latest environment: @@ -33,5 +36,5 @@ jobs: --wheel --outdir dist/ . - - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + - name: Publish package distributions to PyPI + uses: pypa/gh-action-pypi-publish@release/v1