Skip to content

Commit a6a49f3

Browse files
committed
fix: use python interpreter directly
1 parent 2095ae1 commit a6a49f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
- name: Install build
4040
run: uv pip install build
4141
- name: Build
42-
run: uv run python -m build
42+
run: .venv/bin/python -m build
4343
- uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)