Skip to content

Commit f263373

Browse files
CI: Fix uv python version (#1524) (#1549)
Co-authored-by: Gibran Alfarizi <52709954+GibranAlfa@users.noreply.github.com>
1 parent 8638f93 commit f263373

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,16 @@ jobs:
2424
- uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
27-
27+
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@v7
30-
31-
- name: Set up Python
32-
run: uv python install 3.12
30+
with:
31+
python-version: ${{ matrix.python }}
3332

3433
- name: Install cibuildwheel
3534
run: |
36-
uv venv
37-
uv pip install -U pip cibuildwheel twine
35+
uv venv
36+
uv pip install -U pip cibuildwheel twine
3837
3938
- name: Build wheels
4039
run: uv run cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)