Skip to content

Commit 0145d03

Browse files
authored
Update .github/workflows/wheels.yml
1 parent baf69b7 commit 0145d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
check_version:
243243
name: Ensure commit is tag before upload to PyPi
244244

245-
#if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'pypi'
245+
if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'pypi'
246246
needs: [build_wheels, build_sdist]
247247
runs-on: ubuntu-latest
248248
steps:

0 commit comments

Comments
 (0)