From ef816aaf58ad4737d01aca1fac1fee7c64925c9b Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Mon, 27 Jan 2025 09:58:41 -0500 Subject: [PATCH] more test --- .github/workflows/release.yaml | 65 +++++++++++++++++----------------- 1 file changed, 32 insertions(+), 33 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f043a0e..8897aaa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -57,7 +57,6 @@ jobs: name: wheels-linux-${{ matrix.platform.target }} path: dist - # comment out for now. Some dependency is unable to build musllinux: runs-on: ${{ matrix.platform.runner }} strategy: @@ -98,38 +97,38 @@ jobs: # Comment out for now. Issue with a python3.13t interpreter? # https://github.com/gks-anvil/vrsix/actions/runs/12090090720/job/33716511078 - 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: 3.x - architecture: ${{ matrix.platform.target }} - - name: Build wheels - uses: PyO3/maturin-action@v1 - with: - target: ${{ matrix.platform.target }} - args: --release --out dist --manifest-path rust/Cargo.toml - sccache: 'true' - - name: Build free-threaded wheels - uses: PyO3/maturin-action@v1 - with: - target: ${{ matrix.platform.target }} - args: --release --out dist --manifest-path rust/Cargo.toml -i python3.13t - 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: 3.x + # architecture: ${{ matrix.platform.target }} + # - name: Build wheels + # uses: PyO3/maturin-action@v1 + # with: + # target: ${{ matrix.platform.target }} + # args: --release --out dist --manifest-path rust/Cargo.toml + # sccache: 'true' + # - name: Build free-threaded wheels + # uses: PyO3/maturin-action@v1 + # with: + # target: ${{ matrix.platform.target }} + # args: --release --out dist --manifest-path rust/Cargo.toml -i python3.13t + # 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 }}