From 6453c03a056a7ccc261e4999d401b66be1921a41 Mon Sep 17 00:00:00 2001 From: Peter Hessey <45258028+peterhessey@users.noreply.github.com> Date: Tue, 17 May 2022 13:00:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Reactivate=20testpypi=20jobs=20w?= =?UTF-8?q?hen=20tagging=20(#11)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Peter Hessey --- .github/workflows/build-test-pr.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-test-pr.yml b/.github/workflows/build-test-pr.yml index 44dbab4..676a990 100644 --- a/.github/workflows/build-test-pr.yml +++ b/.github/workflows/build-test-pr.yml @@ -177,7 +177,6 @@ jobs: publish-testpypi-pkg: runs-on: ubuntu-latest needs: [test-artifact-pkg] - if: "!startsWith(github.ref, 'refs/tags')" steps: - name: Download Distribution uses: actions/download-artifact@v2