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 5ca7c52 commit 6652c1eCopy full SHA for 6652c1e
.github/workflows/release.yml
@@ -28,6 +28,7 @@ jobs:
28
with:
29
enable-cache: true
30
cache-suffix: '3.14'
31
+ github-token: ${{ github.token }}
32
version: "3.14"
33
- run: uv version "${GITHUB_REF_NAME}"
34
- run: uv build
.github/workflows/test.yml
@@ -59,6 +59,7 @@ jobs:
59
60
61
cache-suffix: ${{ matrix.py_version }}
62
63
version: "latest"
64
- name: Install deps
65
run: uv sync --all-extras
0 commit comments