Skip to content

Commit

Permalink
kk
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Jun 9, 2024
1 parent cced0c7 commit 90e7c5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install uv
run: pipx install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
if: runner.os != 'Linux'
- name: Build wheels
uses: henryiii/cibuildwheel@henryiii/feat/builduv
env:
Expand Down

0 comments on commit 90e7c5e

Please sign in to comment.