From b74f6a4985b1e2a280aa104e0aa5d52c7e30e48d Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Mon, 4 Dec 2023 05:15:48 +0200 Subject: [PATCH] update workflow --- .github/workflows/publish-to-pypi.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index b85a21f..cfe7153 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -1,6 +1,10 @@ name: Publish Python 🐍 distributions 📦 to PyPI -on: release +on: + release: + types: + - published + workflow_dispatch: jobs: build-n-publish: