Skip to content

Commit 4ab4557

Browse files
committed
Fix syntax used in version specifier in uvx
1 parent 48e17a7 commit 4ab4557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
platforms: all
3333

3434
- name: Build wheels
35-
run: uvx --python 3.12 cibuildwheel==2.22.0 --output-dir dist
35+
run: uvx --python 3.12 cibuildwheel@2.22.0 --output-dir dist
3636
env:
3737
CIBW_BEFORE_BUILD: pip install Cython==3.0.11 && pip install -e . && python build.py
3838
CIBW_TEST_REQUIRES: pytest

0 commit comments

Comments
 (0)