From 05cfb7ae8c0840abecdaf3ec2648e47bf2abb69f Mon Sep 17 00:00:00 2001 From: Alexey Shkarin Date: Sun, 5 May 2024 11:05:43 +0200 Subject: [PATCH] build_wheels.yml syntax error 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 6211538..7e85378 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -15,8 +15,8 @@ jobs: # Used to host cibuildwheel - uses: actions/setup-python@v5 - with: - python-version: '3.11' + with: + python-version: '3.11' - name: Install cibuildwheel run: python -m pip install cibuildwheel==2.16.2