Skip to content

Commit

Permalink
Release-workflow: Bug fix (#5273)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored May 6, 2021
1 parent 01c1d25 commit 8b028e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
upload-to-pypi:
needs: test-built-dist
if: github.event_name == 'release' && startsWith(github.event.ref, 'refs/tags/v')
if: github.event_name == 'release'
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v2
Expand Down

0 comments on commit 8b028e3

Please sign in to comment.