Skip to content

Commit 532b70a

Browse files
committed
release workflow: use uv build
1 parent ad951e0 commit 532b70a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
with:
23-
fetch-depth: '0'
24-
- uses: actions/setup-python@v5
25-
with:
26-
python-version: 3.12
27-
- run: python3 -m pip install -U pip
28-
- run: python3 -m pip install build
29-
- run: python3 -m build
22+
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
23+
- run: uv build
3024
- uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)