From 6acdd5e0a36c4b9b80eec08c2cd5c0964eee1d4c Mon Sep 17 00:00:00 2001 From: rams3sh Date: Wed, 13 Mar 2024 23:25:03 +0530 Subject: [PATCH] added workflow dispatch as part of github actions for testing the workflow --- .github/workflows/publish-to-test-pypi-and-pypi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-to-test-pypi-and-pypi.yaml b/.github/workflows/publish-to-test-pypi-and-pypi.yaml index f5b232e..2df7c78 100644 --- a/.github/workflows/publish-to-test-pypi-and-pypi.yaml +++ b/.github/workflows/publish-to-test-pypi-and-pypi.yaml @@ -1,5 +1,7 @@ name: Publish Python 🐍 distributions 📦 to TestPyPI and PyPI on: + workflow_dispatch: + push: paths-ignore: - 'README.md'