From 4ab4557a03bcd9f8bc323c573e5123b0082cdeda Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Wed, 27 Nov 2024 16:11:13 +0000 Subject: [PATCH] Fix syntax used in version specifier in uvx --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1b3993..b63b191 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: platforms: all - name: Build wheels - run: uvx --python 3.12 cibuildwheel==2.22.0 --output-dir dist + run: uvx --python 3.12 cibuildwheel@2.22.0 --output-dir dist env: CIBW_BEFORE_BUILD: pip install Cython==3.0.11 && pip install -e . && python build.py CIBW_TEST_REQUIRES: pytest