We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec76b18 commit f00589eCopy full SHA for f00589e
1 file changed
.github/workflows/release.yml
@@ -19,18 +19,14 @@ jobs:
19
with:
20
persist-credentials: false
21
fetch-depth: 0
22
- - name: Setup python
23
- uses: actions/setup-python@v6
24
- with:
25
- python-version: '3.14'
26
- id: setup-uv
27
name: Setup UV
28
uses: astral-sh/setup-uv@v7
29
30
enable-cache: true
31
- cache-suffix: '3.14'
+ cache-suffix: '3.13'
32
github-token: ${{ github.token }}
33
- version: "3.14"
+ python-version: '3.13'
34
- run: uv build
35
- name: Release package
36
env:
0 commit comments