Skip to content

Commit 1bbc848

Browse files
committed
fix: use uv system python
1 parent 65790ff commit 1bbc848

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- "*/v*"
77

8+
env:
9+
UV_SYSTEM_PYTHON: 1
10+
811
jobs:
912
repo_name:
1013
name: Get repo name
@@ -35,7 +38,7 @@ jobs:
3538
- uses: actions/checkout@v4
3639
- uses: astral-sh/setup-uv@v5
3740
- name: Install build
38-
run: uv pip install --system build
41+
run: uv pip install build
3942
- name: Build
4043
run: python -m build
4144
- uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)