Skip to content

Commit

Permalink
Updated conditions on release workflow (#990)
Browse files Browse the repository at this point in the history
This `if` condition shouldn't be necessary. We only run this workflow on
releases.
  • Loading branch information
TomAugspurger committed Apr 2, 2024
1 parent 2dfe474 commit b95ba90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b95ba90

Please sign in to comment.