Skip to content

Cibw test #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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