Skip to content

Commit 11e7735

Browse files
authored
ci: build packages with uv in release GHA (#676)
1 parent 721b4ae commit 11e7735

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jobs:
1919
python-version: "3.10"
2020
- name: Install dependencies
2121
run: uv sync --frozen
22+
- name: Build artifacts
23+
run: uv build
2224
- name: Publish to PyPI
23-
run: |
24-
uv publish --token ${{ secrets.PYPI_API_TOKEN }}
25+
run: uv publish --token ${{ secrets.PYPI_API_TOKEN }}
2526
release-docs:
2627
runs-on: ubuntu-latest
2728
steps:

0 commit comments

Comments
 (0)