We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0deb495 commit 8ed1158Copy full SHA for 8ed1158
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v4
11
with:
12
fetch-depth: 0
13
- - uses: astral-sh/setup-uv@v5
+ - uses: astral-sh/setup-uv@v7
14
- name: Build sdist and wheel
15
run: uv build
16
- name: Publish to PyPI
.github/workflows/tests.yml
@@ -16,6 +16,6 @@ jobs:
17
18
19
20
- name: Run unit tests
21
run: uv run --python ${{ matrix.python-version }} --extra test pytest
0 commit comments