From a56cfebc2aeae03f2f1bf41c599a6da91f2d6e2e Mon Sep 17 00:00:00 2001 From: TimotheeMathieu Date: Sat, 3 Feb 2024 09:28:14 +0100 Subject: [PATCH] try correct workflow --- .github/workflows/build-wheels.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index e96cc98d..bc800fc2 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -1,14 +1,14 @@ name: build_wheels on: [push, pull_request] - release: - types: - - created - workflow_dispatch: - inputs: - version: - description: 'Manually trigger wheel build in Github UI' - required: true + # release: + # types: + # - created + # workflow_dispatch: + # inputs: + # version: + # description: 'Manually trigger wheel build in Github UI' + # required: true jobs: @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-python@v2 name: Install Python with: - python-version: '3.8' + python-version: '3.8xf' - name: Install cibuildwheel run: | python -m pip install cibuildwheel==2.12.1