2 parents 1f3e919 + f0aff12 commit 1e527c0Copy full SHA for 1e527c0
2 files changed
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v7
11
with:
12
fetch-depth: 0
13
- - uses: astral-sh/setup-uv@v10.0.0
+ - uses: astral-sh/setup-uv@v10.0.1
14
- name: Build sdist and wheel
15
run: uv build
16
- name: Publish to PyPI
.github/workflows/tests.yml
@@ -15,6 +15,6 @@ jobs:
17
18
19
- name: Run unit tests
20
run: uv run --python ${{ matrix.python-version }} --extra test pytest
0 commit comments