Skip to content

Commit a154b9e

Browse files
committed
fix: use concrete python version in publish workflow
1 parent 08e006e commit a154b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up uv
1818
uses: astral-sh/setup-uv@v7
1919
with:
20-
python-version: "3.x"
20+
python-version: "3.12"
2121
- name: Build a binary wheel and a source tarball
2222
run: uv build
2323
- name: Publish distribution 📦 to PyPI

0 commit comments

Comments
 (0)