Skip to content

Commit 7001341

Browse files
committed
fix(workflow): update PyPI release commands for clarity and efficiency
Signed-off-by: Yurii Serhiichuk <[email protected]>
1 parent d313d33 commit 7001341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
run: uv sync --all-extras --dev
2525

2626
- name: Build SDist and wheel
27-
run: uv run build
27+
run: uv build
2828

2929
- uses: actions/upload-artifact@v5
3030
with:
3131
name: artifact
3232
path: dist/*
3333

3434
- name: Check metadata
35-
run: uv run twine check dist/*
35+
run: uvx twine check dist/*
3636
publish:
3737
runs-on: ubuntu-24.04
3838
if: github.event_name == 'push'

0 commit comments

Comments
 (0)