There was an error while loading. Please reload this page.
2 parents 5e3740b + 08e9182 commit 249e3c8Copy full SHA for 249e3c8
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@v8.3.1
+ - uses: astral-sh/setup-uv@v8.3.2
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