From 55cfc423fa028d5d22e68edef4cc5db701fdc569 Mon Sep 17 00:00:00 2001 From: Giorgio Martini Date: Fri, 26 Apr 2024 14:31:35 -0700 Subject: [PATCH] Add workflow_dispatch to test the workflow manually --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 334ca3e..84fb8e5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,6 +2,7 @@ name: Publish to PyPi on: release: types: [published] + workflow_dispatch: jobs: build: