From c0eb5a610429bf99e3d81c0abe23c189fabe6e9e Mon Sep 17 00:00:00 2001 From: Brady Planden Date: Tue, 19 Dec 2023 10:03:27 +0000 Subject: [PATCH] Add pre-release trigger --- .github/workflows/release-action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-action.yaml b/.github/workflows/release-action.yaml index c7bea10a8..8cbaa5f4f 100644 --- a/.github/workflows/release-action.yaml +++ b/.github/workflows/release-action.yaml @@ -3,7 +3,7 @@ name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI on: workflow_dispatch: release: - types: [created, published] + types: [published, prereleased] jobs: build: