We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeea9e3 commit 2542d01Copy full SHA for 2542d01
1 file changed
.github/workflows/publish-pypi.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install uv
33
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
34
with:
35
- python-version-file: "pyproject.toml"
+ enable-cache: false
36
37
- name: Build package
38
run: uv build
0 commit comments