Skip to content

Commit 8b028e3

Browse files
authored
Release-workflow: Bug fix (#5273)
1 parent 01c1d25 commit 8b028e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
upload-to-pypi:
8383
needs: test-built-dist
84-
if: github.event_name == 'release' && startsWith(github.event.ref, 'refs/tags/v')
84+
if: github.event_name == 'release'
8585
runs-on: ubuntu-latest
8686
steps:
8787
- uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)