Skip to content

Commit

Permalink
test wheel with MAC ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
andreatramacere committed Apr 17, 2024
1 parent e4e7adf commit 20b909d
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion .github/workflows/test-pip-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,40 @@ jobs:
#cibw_python: ["cp38-*", "cp39*", "cp310-*"]
cibw_manylinux: [macosx_arm64]
#cibw_arch: ["x86_64"]
- os: macOS-12
name: x86_64
python-version: 310
#cibw_python: ["cp38-*", "cp39*", "cp310-*"]
cibw_manylinux: [manylinux2014]
- os: ubuntu-latest
name: x86_64
python-version: 310
#cibw_python: ["cp38-*", "cp39*", "cp310-*"]
cibw_manylinux: [manylinux2014]
#cibw_arch: ["x86_64"]
- os: macOS-14
name: MAC_ARM
python-version: 310
#cibw_python: ["cp38-*", "cp39*", "cp310-*"]
cibw_manylinux: [macosx_arm64]
#cibw_arch: ["x86_64"]
- os: macOS-12
name: x86_64
python-version: 311
#cibw_python: ["cp38-*", "cp39*", "cp310-*"]
cibw_manylinux: [manylinux2014]
- os: ubuntu-latest
name: x86_64
python-version: 311
#cibw_python: ["cp38-*", "cp39*", "cp310-*"]
cibw_manylinux: [manylinux2014]
#cibw_arch: ["x86_64"]
- os: macOS-14
name: MAC_ARM
python-version: 311
#cibw_python: ["cp38-*", "cp39*", "cp310-*"]
cibw_manylinux: [macosx_arm64]
#cibw_arch: ["x86_64"]



Expand Down Expand Up @@ -100,7 +134,7 @@ jobs:
- name: 'Setup python'
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: 310

- name: 'adapt req'
run: |
Expand Down

0 comments on commit 20b909d

Please sign in to comment.