Skip to content

Commit 55c37c2

Browse files
committed
add missing aarch64 condition to deployment logic
1 parent b3d9d41 commit 55c37c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheel_tests_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171

172172
deploy:
173173
name: Release
174-
needs: [build_linux_37_and_above_wheels, build_macos_wheels, build_windows_wheels]
174+
needs: [build_linux_37_and_above_wheels, build_linux_aarch64_wheels, build_macos_wheels, build_windows_wheels]
175175
if: github.repository_owner == 'PyWavelets' && startsWith(github.ref, 'refs/tags/v') && always()
176176
runs-on: ubuntu-latest
177177
steps:

0 commit comments

Comments
 (0)