Skip to content

Commit 65790ff

Browse files
committed
fix: install build to the system
1 parent f22c54f commit 65790ff

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636
- uses: astral-sh/setup-uv@v5
37-
- name: Create virtual environment
38-
run: uv venv
3937
- name: Install build
40-
run: uv pip install build
38+
run: uv pip install --system build
4139
- name: Build
42-
run: uv run python -m build
40+
run: python -m build
4341
- uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)