We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9089f commit 98b5c3aCopy full SHA for 98b5c3a
.github/workflows/build-and-test.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
mkdir -p snap7/lib/
46
Copy-Item .\snap7-full-1.4.2\release\Windows\Win64\snap7.dll .\snap7\lib
47
- python3 -m build . --wheel -C="--plat-name=win_amd64"
+ python3 -m build . --wheel -C="--build-option=--plat-name=win_amd64"
48
mkdir -p wheelhouse/${{ runner.os }}/
49
cp dist/*.whl wheelhouse/${{ runner.os }}/
50
0 commit comments