From e25e9a2ffee0d2d0dec2de81307d0677f8896f85 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Mon, 27 Nov 2023 15:22:29 +0000 Subject: [PATCH] Remove need for main branch to run testpypi --- .github/workflows/test_build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test_build.yaml b/.github/workflows/test_build.yaml index d34697b..64195f5 100644 --- a/.github/workflows/test_build.yaml +++ b/.github/workflows/test_build.yaml @@ -60,7 +60,6 @@ jobs: name: Publish Python 🐍 distribution 📦 to TestPyPI needs: - build - if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest environment: name: testpypi