We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46834f commit 7aea4f6Copy full SHA for 7aea4f6
.github/workflows/build-and-test.yml
@@ -73,7 +73,7 @@ jobs:
73
cp snap7-full-1.4.2/release/Wrappers/c-cpp/snap7.h src
74
cp .github/build_scripts/dummy.c ./
75
- name: Build pure python wheel
76
- run: python3 setup.py bdist_wheel --plat-name=linux_x86_64
+ run: python3 setup.py bdist_wheel --plat-name=manylinux1_x86_64
77
78
- name: Build platform wheel
79
uses: joerick/[email protected]
0 commit comments