Skip to content

Commit 7aea4f6

Browse files
authored
fix tag (#297)
1 parent d46834f commit 7aea4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
cp snap7-full-1.4.2/release/Wrappers/c-cpp/snap7.h src
7474
cp .github/build_scripts/dummy.c ./
7575
- name: Build pure python wheel
76-
run: python3 setup.py bdist_wheel --plat-name=linux_x86_64
76+
run: python3 setup.py bdist_wheel --plat-name=manylinux1_x86_64
7777

7878
- name: Build platform wheel
7979
uses: joerick/[email protected]

0 commit comments

Comments
 (0)