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 baf69b7 commit 0145d03Copy full SHA for 0145d03
.github/workflows/wheels.yml
@@ -242,7 +242,7 @@ jobs:
242
check_version:
243
name: Ensure commit is tag before upload to PyPi
244
245
- #if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'pypi'
+ if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'pypi'
246
needs: [build_wheels, build_sdist]
247
runs-on: ubuntu-latest
248
steps:
0 commit comments