From 9e8b79d32cc3cf58f43fc304d3efcd3f33ba8ccd Mon Sep 17 00:00:00 2001 From: tlips Date: Mon, 9 Dec 2024 13:10:44 +0100 Subject: [PATCH] try to fix syntax error --- .github/workflows/wheels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 02397ff..0ca303b 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -80,7 +80,8 @@ jobs: with: submodules: true - - uses: pypa/cibuildwheel@v2.12.0 + - name: build wheels + uses: pypa/cibuildwheel@v2.12.0 - name: Verify clean directory run: git diff --exit-code