We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62cc475 commit 2f4f8cfCopy full SHA for 2f4f8cf
.github/workflows/build-and-test.yml
@@ -81,7 +81,7 @@ jobs:
81
82
- name: Build wheel
83
run: |
84
- python3 -m build . --wheel -C="--plat-name=macosx_10_9_universal2"
+ python3 -m build . --wheel -C="--build-option=--plat-name=macosx_10_9_universal2"
85
mkdir -p wheelhouse/${{ runner.os }}/
86
cp dist/*.whl wheelhouse/${{ runner.os }}/
87
0 commit comments