Skip to content

Commit 7fe333c

Browse files
committed
remove manylinux_i686 from build targets
1 parent 008b49e commit 7fe333c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
os: [ubuntu-18.04, windows-latest, macos-latest]
2121
env:
2222
CIBW_BUILD: "cp3?-*"
23-
CIBW_SKIP: "cp33-* cp34-* cp35-*"
23+
CIBW_SKIP: "cp33-* cp34-* cp35-* *-manylinux_i686"
2424
CIBW_BEFORE_BUILD: "python -m pip install -r requirements.txt"
2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)