Skip to content

Commit dc80d04

Browse files
committed
use setup-python action
1 parent 5432781 commit dc80d04

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v6
21+
- name: Setup Python
22+
uses: actions/setup-python@v6
23+
with:
24+
python-version-file: "pyproject.toml"
2125
- name: Install uv
2226
uses: astral-sh/setup-uv@v7
23-
- name: Install Python 3.13
24-
run: uv python install 3.13
2527
- name: Build
2628
run: uv build
2729
- name: Publish

0 commit comments

Comments
 (0)