From 7275f48870475a25a98eb897115817772637f428 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Tue, 4 Jun 2024 23:17:32 +0300 Subject: [PATCH 1/2] Update tests.yml --- .github/workflows/tests.yml | 12 ------------ 1 file changed, 12 deletions(-) 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 From 6a2181ff8cd1f775913a689b228909072d7ef849 Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Tue, 4 Jun 2024 23:17:55 +0300 Subject: [PATCH 2/2] Update PyPI.yml --- .github/workflows/PyPI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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