Skip to content

Commit 2f4f8cf

Browse files
author
Денис Петров
committed
6
1 parent 62cc475 commit 2f4f8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Build wheel
8383
run: |
84-
python3 -m build . --wheel -C="--plat-name=macosx_10_9_universal2"
84+
python3 -m build . --wheel -C="--build-option=--plat-name=macosx_10_9_universal2"
8585
mkdir -p wheelhouse/${{ runner.os }}/
8686
cp dist/*.whl wheelhouse/${{ runner.os }}/
8787

0 commit comments

Comments
 (0)