From 413b68a36e97687f4ce5c7eca1f67296e23896b4 Mon Sep 17 00:00:00 2001 From: Gabriele Roeger Date: Tue, 17 Dec 2024 18:05:02 +0100 Subject: [PATCH] update linux and windows build workflow --- .github/workflows/main.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6651d91..998a4ba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,11 +13,8 @@ jobs: - uses: actions/setup-python@v5 - - name: Install cibuildwheel - run: python -m pip install cibuildwheel==2.22.0 - - - name: Install setuptools - run: python -m pip install setuptools==75.3.0 + - name: Install build tools + run: python -m pip install --upgrade pip cibuildwheel==2.22.0 setuptools==75.3.0 - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse @@ -49,8 +46,8 @@ jobs: - name: Build 64-bit wheel run: python -m cibuildwheel --output-dir dist - env: - CIBW_BUILD: cp36-win_amd64 +# env: +# CIBW_BUILD: cp36-win_amd64 - uses: actions/upload-artifact@master with: