We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c1d25 commit 8b028e3Copy full SHA for 8b028e3
.github/workflows/pypi-release.yaml
@@ -81,7 +81,7 @@ jobs:
81
82
upload-to-pypi:
83
needs: test-built-dist
84
- if: github.event_name == 'release' && startsWith(github.event.ref, 'refs/tags/v')
+ if: github.event_name == 'release'
85
runs-on: ubuntu-latest
86
steps:
87
- uses: actions/download-artifact@v2
0 commit comments