Skip to content

Commit 567b660

Browse files
committed
MAINT: Fix release action
1 parent c3de42a commit 567b660

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Check for semantic version tag
3535
id: check-tag
36-
run: python tools/gha_check_semver.py
36+
run: uv run python tools/gha_check_semver.py
3737

3838
- name: See outputs
3939
shell: bash
@@ -69,9 +69,8 @@ jobs:
6969
with:
7070
python-version: ${{ matrix.python-version }}
7171

72-
7372
- name: Install Packages
74-
run: python -m pip install build
73+
run: uv run python -m pip install build
7574

7675
- name: Build a wheel and a source tarball
7776
run: make dist

0 commit comments

Comments
 (0)