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 fb67383 commit 24f2021Copy full SHA for 24f2021
.github/workflows/pypi-release.yml
@@ -66,7 +66,7 @@ jobs:
66
runs-on: ubuntu-latest
67
needs:
68
- release-build
69
- if: github.event_name == 'release'
+ if: ${{ github.event_name == 'release' }}
70
environment:
71
name: pypi
72
permissions:
0 commit comments