From a226d2cdfb2b99759cb0e84945950d115015ed3c Mon Sep 17 00:00:00 2001 From: Seth R Johnson Date: Thu, 9 May 2024 12:11:17 -0400 Subject: [PATCH] Try to fix pypi --- .github/workflows/pypi.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index ec0f79e..d442116 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -6,14 +6,10 @@ on: - "**" tags: - "v[0-9]+.[0-9]+.[0-9]+" - pull_request: - -env: - PUBLISH_TO_PYPI: true jobs: publish: - if: ${{ env.PUBLISH_TO_PYPI == 'true' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')}} + if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags')}} runs-on: ubuntu-latest permissions: id-token: write