Skip to content

Commit 0d3cf4d

Browse files
authored
[ci] Fix releasing (#8609)
1 parent e038020 commit 0d3cf4d

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
@@ -288,7 +288,7 @@ jobs:
288288
289289
upload_to_pypi:
290290
name: Upload release to PyPI
291-
needs: [build_and_test_linux, build_and_test_mac, build_and_test_m1, build_and_test_windows]
291+
needs: [build_and_test_linux, build_and_test_m1, build_and_test_windows]
292292
runs-on: ubuntu-latest
293293
steps:
294294
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)