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 89c9ea1 commit e8e4d86Copy full SHA for e8e4d86
.github/workflows/wheel_tests_and_release.yml
@@ -181,10 +181,8 @@ jobs:
181
build_macos_wheels,
182
build_windows_wheels,
183
]
184
- # Run only on tags pushed to the repository or when triggered manually
185
- if: >-
186
- github.repository == 'PyWavelets/pywt' && (startsWith(github.ref, 'refs/tags/v') ||
187
- (github.event_name == 'workflow_dispatch' && github.event.inputs.push_wheels == 'true'))
+ # Run only on tags pushed to the repository
+ if: github.repository == 'PyWavelets/pywt' && startsWith(github.ref, 'refs/tags/v')
188
runs-on: ubuntu-latest
189
steps:
190
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
0 commit comments