From cac241ae4841fc1375d91082bbb232cf929bd7da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Startek?= Date: Fri, 23 Feb 2024 22:58:28 +0100 Subject: [PATCH] Fix --- .github/workflows/build_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index c3be0b0..94edb6d 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -24,10 +24,10 @@ jobs: - uses: actions/setup-python@v4 - name: Install cibuildwheel - run: python -m pip install cibuildwheel + run: python3 -m pip install cibuildwheel - name: Build wheels - run: python -m cibuildwheel --output-dir wheelhouse + run: python3 -m cibuildwheel --output-dir wheelhouse # to supply options, put them in 'env', like: env: GITHUB_BUILDING_WHEELS: 1