Skip to content

Commit 021c850

Browse files
committed
Build wheels on macOS using build
1 parent 03668e7 commit 021c850

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
brew install --cask macfuse
6161
pip install build
6262
63+
- name: Build Python macOS wheels
64+
if: runner.os == 'macOS'
65+
run: python -m build --wheel --outdir wheelhouse
66+
6367
# https://github.com/actions/upload-artifact
6468
- uses: actions/upload-artifact@v4
6569
with:

0 commit comments

Comments
 (0)