Skip to content

Commit e075fb5

Browse files
authored
Merge pull request #613 from grlee77/fix-wheel-deployment
MAINT: Fix bugs in automated wheel deployment
2 parents b3d9d41 + 08950fd commit e075fb5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/wheel_tests_and_release.yml

Lines changed: 2 additions & 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:
@@ -187,6 +187,7 @@ jobs:
187187
run: |
188188
python -m pip install --upgrade pip
189189
pip install twine
190+
pip install "cython<3" numpy
190191
191192
- uses: actions/download-artifact@v2
192193
id: download

0 commit comments

Comments
 (0)