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