Skip to content

Commit

Permalink
Don't build sdist on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Jun 27, 2024
1 parent 92c273f commit 5ee8298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build Wheel
run: |
cd python
python -m build
python -m build --wheel
- name: Delocate to bundle dynamic libs
run: |
cd python
Expand Down

0 comments on commit 5ee8298

Please sign in to comment.