diff --git a/.github/workflows/PyPI.yml b/.github/workflows/PyPI.yml index ac91812..ad8d7c8 100644 --- a/.github/workflows/PyPI.yml +++ b/.github/workflows/PyPI.yml @@ -55,8 +55,8 @@ jobs: platform: - runner: windows-latest target: x64 - - runner: windows-latest - target: x86 + # - runner: windows-latest + # target: x86 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 22fe4ff..5b56bea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -74,18 +74,6 @@ jobs: .env\Scripts\activate pip install -r requirements.txt maturin develop --release - - name: Build wheels - uses: PyO3/maturin-action@v1 - with: - target: x64 - args: --release --out dist --find-interpreter - sccache: 'true' - - name: Build wheels - uses: PyO3/maturin-action@v1 - with: - target: x86 - args: --release --out dist --find-interpreter - sccache: 'true' - name: Run tests run: | .env\Scripts\activate