Skip to content

Commit 4c1f8b3

Browse files
ci: remove appveyor
1 parent 8947f79 commit 4c1f8b3

File tree

2 files changed

+2
-45
lines changed

2 files changed

+2
-45
lines changed

.github/workflows/build_wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags:
66
- '*'
77
env:
8-
CIBW_SKIP: pp* *-musllinux*
8+
CIBW_SKIP: pp* *-musllinux* *i686
99

1010
jobs:
1111
build_wheels:
@@ -31,7 +31,7 @@ jobs:
3131
# to supply options, put them in 'env', like:
3232
env:
3333
CIBW_ARCHS_LINUX: ${{matrix.arch}}
34-
CIBW_BEFORE_BUILD: pip install numpy setuptools wheel packages pkginfo twine
34+
CIBW_BEFORE_BUILD: pip install numpy setuptools wheel pkginfo packaging twine
3535
CIBW_ARCHS_MACOS: "x86_64 arm64"
3636

3737
- name: Upload built wheels

appveyor.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)