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 dfec8fe commit a808ff9Copy full SHA for a808ff9
.github/workflows/release-pypi.yml
@@ -22,7 +22,7 @@ jobs:
22
upload-packages:
23
runs-on: ubuntu-20.04
24
needs: build-packages
25
- if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
+ if: github.event_name == 'release'
26
steps:
27
- uses: actions/checkout@v3
28
- uses: actions/download-artifact@v3
0 commit comments