We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd2548 commit abfb46fCopy full SHA for abfb46f
2 files changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v6
12
- uses: astral-sh/setup-uv@v3
13
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
14
with:
15
python-version: "3.13"
16
- run: uv sync --all-extras --dev
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
- run: uv build
0 commit comments