Skip to content

Commit b46a000

Browse files
committed
1
1 parent 5791dc8 commit b46a000

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ jobs:
122122
echo "CIBW_TEST_COMMAND_MACOS=" >> $GITHUB_ENV
123123
124124
- name: Build wheels
125-
run: |
126-
python3 -m cibuildwheel --output-dir wheelhouse
125+
uses: pypa/cibuildwheel@v2
127126

128127
- uses: actions/upload-artifact@v4
129128
with:

0 commit comments

Comments
 (0)