Skip to content

Commit

Permalink
ci: remove appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jan 25, 2025
1 parent 8947f79 commit 4c1f8b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 45 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- '*'
env:
CIBW_SKIP: pp* *-musllinux*
CIBW_SKIP: pp* *-musllinux* *i686

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

- name: Upload built wheels
Expand Down
43 changes: 0 additions & 43 deletions appveyor.yml

This file was deleted.

0 comments on commit 4c1f8b3

Please sign in to comment.