Skip to content

Commit 287c006

Browse files
committed
Use uv instead of 'build' for building
1 parent 745e1f9 commit 287c006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
run: |
7878
git fetch --tags
7979
git checkout ${{ steps.tag_version.outputs.new_tag }}
80-
uv run --extra=release python -m build --sdist --wheel --outdir dist/ .
81-
uv run check-wheel-contents dist/*.whl
80+
uv build --sdist --wheel --out-dir dist/
81+
uv run --extra=release check-wheel-contents dist/*.whl
8282
8383
# We use PyPI trusted publishing rather than a PyPI API token.
8484
# See https://github.com/pypa/gh-action-pypi-publish/tree/release/v1/?tab=readme-ov-file#trusted-publishing.

0 commit comments

Comments
 (0)