From abf14ed75be0dcdab01a2622465ed6e95759434d Mon Sep 17 00:00:00 2001 From: casvbem <38755055+casvbem@users.noreply.github.com> Date: Fri, 18 Aug 2023 15:43:53 +0200 Subject: [PATCH] Update pypi-test-upload.yml --- .github/workflows/pypi-test-upload.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi-test-upload.yml b/.github/workflows/pypi-test-upload.yml index 5f6ba12..4959bf9 100644 --- a/.github/workflows/pypi-test-upload.yml +++ b/.github/workflows/pypi-test-upload.yml @@ -3,7 +3,8 @@ name: pypi-test-upload on: release: types: [created] - + workflow_dispatch: + jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI