We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03668e7 commit 021c850Copy full SHA for 021c850
1 file changed
.github/workflows/wheels.yml
@@ -60,6 +60,10 @@ jobs:
60
brew install --cask macfuse
61
pip install build
62
63
+ - name: Build Python macOS wheels
64
+ if: runner.os == 'macOS'
65
+ run: python -m build --wheel --outdir wheelhouse
66
+
67
# https://github.com/actions/upload-artifact
68
- uses: actions/upload-artifact@v4
69
with:
0 commit comments