Skip to content

Commit c521d1f

Browse files
committed
mute more jobs
1 parent e41927e commit c521d1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ jobs:
118118
needs:
119119
- build_sdist
120120
# Comment the next three for testing
121-
- build_wheels_linux
122-
- build_wheels_windows
123-
- build_wheels_macos
121+
# - build_wheels_linux
122+
# - build_wheels_windows
123+
# - build_wheels_macos
124124
if: startsWith(github.ref, 'refs/tags/v')
125125
steps:
126126
- name: Download artifacts

0 commit comments

Comments
 (0)