From b95ba909c6dcd37c566f5193ba0b918396edaaee Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 1 Apr 2024 21:31:39 -0500 Subject: [PATCH] Updated conditions on release workflow (#990) This `if` condition shouldn't be necessary. We only run this workflow on releases. --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 51dc1ec9f..4a79986e0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,6 @@ jobs: contents: read name: Publish released package to pypi.org environment: release-pypi - if: github.event.action == 'published' runs-on: ubuntu-latest needs: check-package