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 6ac9822 commit eff0a9dCopy full SHA for eff0a9d
.github/workflows/ci.yaml
@@ -37,7 +37,7 @@ jobs:
37
python-version: ${{ matrix.python-version }}
38
39
- name: Install uv
40
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
41
42
- name: Intall dependencies
43
run: uv sync --frozen
@@ -78,7 +78,7 @@ jobs:
78
python-version: 3.9
79
80
81
82
83
84
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
22
23
24
- name: Set up Python
25
run: uv python install 3.12
0 commit comments