Skip to content

Commit

Permalink
Cibw test (GraphBLAS#3)
Browse files Browse the repository at this point in the history
* Bump version for testpypi

* Update for linux images

* Enable linux aarch64, disable osx-arm64

* Bunch of changes from scikit-learn's file

* Undo last changes

* Try to see what is modifying repo
  • Loading branch information
jim22k authored Mar 24, 2023
1 parent 6397c7e commit ca7e94e
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,20 @@ jobs:
# Loosely based on scikit-learn's config:
# https://github.com/scikit-learn/scikit-learn/blob/main/.github/workflows/wheels.yml
include:
- os: windows-latest
python-version: "3.8"
platform_id: win_amd64
# - os: windows-latest
# python-version: "3.8"
# platform_id: win_amd64

# Linux 64 bit manylinux2014
- os: ubuntu-latest
python-version: "3.8"
python: 38
platform_id: manylinux_x86_64
manylinux_image: manylinux2014

# Use x86 macOS runner to build both x86 and ARM. GitHub does not offer M1/M2 yet (only self-hosted).
- os: macos-latest
python-version: "3.8"
platform_id: macosx_x86_64
# - os: macos-latest
# python-version: "3.8"
# platform_id: macosx_x86_64

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -122,8 +121,11 @@ jobs:
CIBW_TEST_SKIP: "*-macosx_arm64"

run: |
git status
python -m pip install cibuildwheel
python -m cibuildwheel --output-dir wheelhouse .
git status
git diff .
shell: bash

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ca7e94e

Please sign in to comment.