Skip to content

Commit 8c5e0a1

Browse files
yep, let's use uv for that
1 parent 2d057ae commit 8c5e0a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: uv pip install build
9494

9595
- name: Build package
96-
run: python -m build
96+
run: uv run python -m build
9797

9898
- name: Check package installs
9999
run: uv pip install dist/*.whl

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: uv pip install build
2929

3030
- name: Build package
31-
run: python -m build
31+
run: uv run python -m build
3232

3333
- name: Publish to PyPI
3434
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)