Skip to content

Commit fdf2812

Browse files
authored
Replace Python setup with uv for version installation
1 parent 6f6876b commit fdf2812

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/pypi-publish.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
17-
- uses: actions/setup-python@v6
18-
with:
19-
python-version: 3.14
17+
- name: Install uv
18+
uses: astral-sh/setup-uv@v6
19+
- name: Install Python 3.13
20+
run: uv python install 3.13
2021

2122
- name: Build
2223
run: uv build

0 commit comments

Comments
 (0)