Skip to content

Commit 0b799fe

Browse files
author
Julian Blank
committed
Fix Test
1 parent 66d8b59 commit 0b799fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
path: dist
7676

7777
deploy:
78-
needs: build
78+
needs: [build,build-manylinux]
7979
runs-on: ubuntu-latest
8080
steps:
8181
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)