From a57ae5b5e21cc034377cfd9a76fb3090affec430 Mon Sep 17 00:00:00 2001 From: Muhammad Fiaz Date: Thu, 7 Dec 2023 21:30:03 +0530 Subject: [PATCH] Update python_publish.yml (#15) --- .github/workflows/python_publish.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_publish.yml b/.github/workflows/python_publish.yml index 7f07986..06d980b 100644 --- a/.github/workflows/python_publish.yml +++ b/.github/workflows/python_publish.yml @@ -1,7 +1,9 @@ -name: Publish Python distributions to PyPI and TestPyPI +name: Publish Python distributions on: - workflow_dispatch: + release: + types: + - created jobs: python-build-n-publish: