From db100e1e72adf9e360080b8d835aeb65ea5010b4 Mon Sep 17 00:00:00 2001 From: hab <_@habnab.it> Date: Thu, 4 Jul 2024 00:54:07 -0700 Subject: [PATCH] fixup! 29084e82a6ac43ebc3b26b617311f2090341dce6 --- .github/workflows/CI.yml | 71 ++++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 36 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6723b15..33d25d6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -102,40 +102,40 @@ jobs: name: wheels-musllinux-${{ matrix.platform.target }} path: dist - windows: - runs-on: ${{ matrix.platform.runner }} - strategy: - matrix: - platform: - - runner: windows-latest - target: x64 - - runner: windows-latest - target: x86 - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: | - pypy3.9 - pypy3.10 - 3.7 - 3.8 - 3.9 - 3.10 - 3.11 - 3.12 - architecture: ${{ matrix.platform.target }} - - name: Build wheels - uses: PyO3/maturin-action@v1 - with: - target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter - sccache: 'true' - - name: Upload wheels - uses: actions/upload-artifact@v4 - with: - name: wheels-windows-${{ matrix.platform.target }} - path: dist + # windows: + # runs-on: ${{ matrix.platform.runner }} + # strategy: + # matrix: + # platform: + # - runner: windows-latest + # target: x64 + # - runner: windows-latest + # target: x86 + # steps: + # - uses: actions/checkout@v4 + # - uses: actions/setup-python@v5 + # with: + # python-version: | + # pypy3.9 + # pypy3.10 + # 3.7 + # 3.8 + # 3.9 + # 3.10 + # 3.11 + # 3.12 + # architecture: ${{ matrix.platform.target }} + # - name: Build wheels + # uses: PyO3/maturin-action@v1 + # with: + # target: ${{ matrix.platform.target }} + # args: --release --out dist --find-interpreter + # sccache: 'true' + # - name: Upload wheels + # uses: actions/upload-artifact@v4 + # with: + # name: wheels-windows-${{ matrix.platform.target }} + # path: dist macos: runs-on: ${{ matrix.platform.runner }} @@ -153,7 +153,6 @@ jobs: python-version: | pypy3.9 pypy3.10 - 3.7 3.8 3.9 3.10 @@ -190,7 +189,7 @@ jobs: name: Release runs-on: ubuntu-latest if: "startsWith(github.ref, 'refs/tags/')" - needs: [linux, musllinux, windows, macos, sdist] + needs: [linux, musllinux, macos, sdist] steps: - uses: actions/download-artifact@v4 - name: Publish to PyPI