Skip to content

Commit 326111a

Browse files
committed
Use specific python version
1 parent 242bfc2 commit 326111a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install uv
3636
uses: astral-sh/setup-uv@v5
3737
with:
38-
python-version: '3.x'
38+
python-version: "3.13"
3939
- name: Build package
4040
run: uv build
4141
- name: Publish package

0 commit comments

Comments
 (0)