Skip to content

Commit e6d5b67

Browse files
authored
fix dependency
1 parent f47491f commit e6d5b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releasebuild.yml

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

243243
deploy-wheels:
244244
if: github.event_name == 'release' && github.event.action == 'published'
245-
needs: [build_wheels_windows, build_wheels_macos, build_wheels_linux, build_sdist]
245+
needs: [build_wheels_windows, build_wheels_macos, build_wheels_linux, build_wheels_arm, build_sdist]
246246
name: deploy wheels to pypi
247247
runs-on: ubuntu-latest
248248
environment: pypi-release

0 commit comments

Comments
 (0)