Skip to content

Commit a2105f6

Browse files
authored
chore: use uv run when releasing (#250)
1 parent 3171193 commit a2105f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: uv sync --extra build
4141

4242
- name: Push releases to PyPI
43-
run: make release && make release_analytics
43+
run: uv run make release && uv run make release_analytics
4444

4545
- name: Create GitHub release
4646
uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # v1

0 commit comments

Comments
 (0)