From cc8f29ed5e629c29946231a9a5b64b3d91b90c9d Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 27 Nov 2023 16:41:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Skip=20setting=20up=20Python=20@?= =?UTF-8?q?=20`cibuildwheel`=20jobs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's not needed since the action does that internally. --- .github/workflows/reusable-build-wheel.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/reusable-build-wheel.yml b/.github/workflows/reusable-build-wheel.yml index 8d194aae..6e8512b8 100644 --- a/.github/workflows/reusable-build-wheel.yml +++ b/.github/workflows/reusable-build-wheel.yml @@ -62,9 +62,6 @@ jobs: echo "CIBW_ARCHS_LINUX=${{ inputs.qemu }}" >> "${GITHUB_ENV}" shell: bash - - name: Setup Python - uses: actions/setup-python@v4 - - name: Build wheels uses: pypa/cibuildwheel@v2.16.2 env: