Skip to content

Commit

Permalink
publish: Tweak if check
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Mar 8, 2022
1 parent e4bc7e1 commit d0ead73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- build_sdist
- build_wheels
runs-on: ubuntu-latest
if: github.event_name== 'release' && github.event.action == 'published'
if: ${{ github.event_name == 'release' && github.event.action == 'published' }}
steps:
- name: download
uses: actions/download-artifact@v2
Expand Down

0 comments on commit d0ead73

Please sign in to comment.