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 8947f79 commit 4c1f8b3Copy full SHA for 4c1f8b3
.github/workflows/build_wheel.yml
@@ -5,7 +5,7 @@ on:
5
tags:
6
- '*'
7
env:
8
- CIBW_SKIP: pp* *-musllinux*
+ CIBW_SKIP: pp* *-musllinux* *i686
9
10
jobs:
11
build_wheels:
@@ -31,7 +31,7 @@ jobs:
31
# to supply options, put them in 'env', like:
32
33
CIBW_ARCHS_LINUX: ${{matrix.arch}}
34
- CIBW_BEFORE_BUILD: pip install numpy setuptools wheel packages pkginfo twine
+ CIBW_BEFORE_BUILD: pip install numpy setuptools wheel pkginfo packaging twine
35
CIBW_ARCHS_MACOS: "x86_64 arm64"
36
37
- name: Upload built wheels
appveyor.yml
0 commit comments