Skip to content

Commit 33b2812

Browse files
committed
build_wheels: fix the needs logic of uploading
Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>
1 parent 3cf7034 commit 33b2812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
# uses: mxschmitt/action-tmate@v3
158158

159159
upload_all_to_github_releases:
160-
needs: [build_manylinux_wheels]
160+
needs: build_manylinux_wheels
161161
runs-on: ubuntu-latest
162162
if: startsWith(github.ref, 'refs/tags/')
163163
permissions:

0 commit comments

Comments
 (0)