From 097c40ff848a823b9873d09b8da49b45c266afa0 Mon Sep 17 00:00:00 2001 From: Daley Adrichem Date: Thu, 4 Apr 2024 10:11:09 +0200 Subject: [PATCH] Fix publisher --- .github/workflows/publish-to-test-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index aad09ee26..27068338e 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -4,6 +4,7 @@ on: release: types: - published + workflow_dispatch: jobs: build-artifacts: @@ -59,7 +60,6 @@ jobs: upload-to-pypi: needs: test-built-dist - if: ${{ github.event_name == 'release' && !github.event.act }} runs-on: ubuntu-latest steps: - uses: actions/download-artifact@v3