Skip to content

Commit

Permalink
Disable windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ypo committed Nov 12, 2023
1 parent 0ea7179 commit bcb3e4b
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcb3e4b

Please sign in to comment.