We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f40bde commit e4d1d61Copy full SHA for e4d1d61
.github/workflows/release.yaml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/setup-python@v5
22
with:
23
python-version: 3.12
24
- - uses: astral-sh/setup-uv@v3
+ - uses: astral-sh/setup-uv@v5
25
- run: uv pip install twine --system
26
- run: uv build
27
- run: twine check dist/*
.github/workflows/tests.yaml
@@ -35,7 +35,7 @@ jobs:
35
36
python-version: ${{ matrix.pyv }}
37
38
39
40
enable-cache: true
41
cache-dependency-glob: pyproject.toml
0 commit comments