From 78747add0f7a6ddcf10a85f3c2f3bfde0cc976f0 Mon Sep 17 00:00:00 2001 From: bwsw Date: Sat, 3 Jun 2023 12:15:49 +0400 Subject: [PATCH] removed windows from build matrix --- .github/workflows/maturin.yml | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/.github/workflows/maturin.yml b/.github/workflows/maturin.yml index 32810ec..4b8441e 100644 --- a/.github/workflows/maturin.yml +++ b/.github/workflows/maturin.yml @@ -42,29 +42,6 @@ jobs: name: wheels path: dist -# windows: -# runs-on: windows-latest -# strategy: -# matrix: -# target: [x64] -# steps: -# - uses: actions/checkout@v3 -# - uses: actions/setup-python@v4 -# with: -# python-version: '3.10' -# architecture: ${{ matrix.target }} -# - name: Build wheels -# uses: PyO3/maturin-action@v1 -# with: -# target: ${{ matrix.target }} -# args: --release --out dist --find-interpreter -# sccache: 'true' -# - name: Upload wheels -# uses: actions/upload-artifact@v3 -# with: -# name: wheels -# path: dist - macos: runs-on: macos-latest strategy: @@ -106,7 +83,7 @@ jobs: name: Release runs-on: ubuntu-latest if: "startsWith(github.ref, 'refs/tags/')" - needs: [linux, windows, macos, sdist] + needs: [linux, macos, sdist] steps: - uses: actions/download-artifact@v3 with: