From bcb3e4b0ee27172b94f33318ab276118ca1bec7e Mon Sep 17 00:00:00 2001 From: Yannick Poirier Date: Sun, 12 Nov 2023 15:23:54 +0100 Subject: [PATCH] Disable windows build --- .github/workflows/pypi.yml | 54 +++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 071db17..04dd749 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -30,33 +30,33 @@ jobs: name: wheels path: dist - windows: - runs-on: windows-latest - name: windows (${{ matrix.platform.target }}) - strategy: - matrix: - platform: - - target: x64 - interpreter: 3.7 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9 - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: '3.11' - architecture: ${{ matrix.platform.target }} - - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - - name: Build wheels - uses: PyO3/maturin-action@v1 - with: - target: ${{ matrix.platform.target }} - args: --all-features --release --out dist -i ${{ matrix.platform.interpreter }} - - name: Upload wheels - uses: actions/upload-artifact@v3 - with: - name: wheels - path: dist + #windows: + # runs-on: windows-latest + # name: windows (${{ matrix.platform.target }}) + # strategy: + # matrix: + # platform: + # - target: x64 + # interpreter: 3.7 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9 + # steps: + # - uses: actions/checkout@v3 + # - uses: actions/setup-python@v4 + # with: + # python-version: '3.11' + # architecture: ${{ matrix.platform.target }} + # - uses: actions-rs/toolchain@v1 + # with: + # toolchain: stable + # - name: Build wheels + # uses: PyO3/maturin-action@v1 + # with: + # target: ${{ matrix.platform.target }} + # args: --all-features --release --out dist -i ${{ matrix.platform.interpreter }} + # - name: Upload wheels + # uses: actions/upload-artifact@v3 + # with: + # name: wheels + # path: dist release: name: Release