Skip to content

Commit 98b5c3a

Browse files
author
Денис Петров
committed
3
1 parent ca9089f commit 98b5c3a

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
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
mkdir -p snap7/lib/
4646
Copy-Item .\snap7-full-1.4.2\release\Windows\Win64\snap7.dll .\snap7\lib
47-
python3 -m build . --wheel -C="--plat-name=win_amd64"
47+
python3 -m build . --wheel -C="--build-option=--plat-name=win_amd64"
4848
mkdir -p wheelhouse/${{ runner.os }}/
4949
cp dist/*.whl wheelhouse/${{ runner.os }}/
5050

0 commit comments

Comments
 (0)