Skip to content

Commit

Permalink
Fix syntax used in version specifier in uvx
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Nov 27, 2024
1 parent 48e17a7 commit 4ab4557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ab4557

Please sign in to comment.