Skip to content

Commit

Permalink
wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Mar 9, 2024
1 parent 197fc55 commit 92d1bb0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,19 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/') || contains(github.event.head_commit.message, 'wheel') || inputs.wheel }}
strategy:
matrix:
os: [ubuntu-latest, macos-11]
os: [ubuntu-latest, macos-11, macos-14]
python_version: ["cp39-*", "cp310-*", "cp311-*", "cp312-*"]
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_ALL_LINUX: >
curl https://sh.rustup.rs -sSf | sh -s -- -y && yum install -y openssl-devel zlib-devel
CIBW_ARCHS_LINUX: "auto64"
CIBW_ARCHS_MACOS: "universal2"
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
CIBW_SKIP: "pp* *-win32 *-musllinux*"
CIBW_BUILD: ${{ matrix.python_version }}
CIBW_TEST_REQUIRES: pytest hypothesis==6.72.4
CIBW_TEST_COMMAND: "pytest {project}/snapatac2-python/tests"
CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64"

steps:
- name: Checkout code
Expand Down

0 comments on commit 92d1bb0

Please sign in to comment.