Skip to content

Commit a811f9b

Browse files
committed
fix dependency
1 parent cfb09c7 commit a811f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonbuild.yml

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

203203
deploy-wheels:
204204
if: github.event_name == 'release' && github.event.action == 'published'
205-
needs: [build_wheels_windows, build_wheels_macos, build_wheels_linux, build_wheels_arm, build_sdist]
205+
needs: [build_wheels_windows, build_wheels_macos, build_wheels_linux, build_wheels_linux_arm, build_sdist]
206206
name: deploy wheels to pypi
207207
runs-on: ubuntu-latest
208208
environment: pypi-release

0 commit comments

Comments
 (0)