From 956c072cf3a87deb59c9a86d9dcb7d8b3587e837 Mon Sep 17 00:00:00 2001 From: rzmk Date: Sun, 2 Jun 2024 13:59:39 -0400 Subject: [PATCH] ci: add workflow_dispatch and fix release environment name --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f19a57f..142f107 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,7 @@ name: Publish qsv-duct distribution to PyPI on: release: types: [created] + workflow_dispatch: jobs: build: @@ -35,7 +36,7 @@ jobs: - build runs-on: ubuntu-latest environment: - name: pypi + name: release url: https://pypi.org/p/qsv-duct # Replace with your PyPI project name permissions: id-token: write # IMPORTANT: mandatory for trusted publishing