diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 22402a8..2cfa36e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -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 @@ -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