From 94345d3e56e479ad702df70a04dd0dd7c4139d3e Mon Sep 17 00:00:00 2001 From: Guillaume Maze Date: Wed, 22 Nov 2023 13:28:07 +0100 Subject: [PATCH] Update pypi-release.yaml --- .github/workflows/pypi-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-release.yaml b/.github/workflows/pypi-release.yaml index 7b6a0ff..4525c1a 100644 --- a/.github/workflows/pypi-release.yaml +++ b/.github/workflows/pypi-release.yaml @@ -74,7 +74,7 @@ jobs: python -m pip install dist/VirtualFleet*.whl - name: Publish package to TestPyPI - if: github.event_name == 'push' + if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' uses: pypa/gh-action-pypi-publish@v1.5.0 with: user: __token__