We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e006e commit a154b9eCopy full SHA for a154b9e
1 file changed
.github/workflows/publish-pypi.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up uv
18
uses: astral-sh/setup-uv@v7
19
with:
20
- python-version: "3.x"
+ python-version: "3.12"
21
- name: Build a binary wheel and a source tarball
22
run: uv build
23
- name: Publish distribution 📦 to PyPI
0 commit comments