We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1c2fc commit d9451d0Copy full SHA for d9451d0
.github/workflows/release.yml
@@ -23,14 +23,11 @@ jobs:
23
- name: Install dependencies
24
run: |
25
curl -LsSf https://astral.sh/uv/install.sh | sh
26
- uv sync
27
28
- name: Build package
29
30
- . .venv/bin/activate
31
- python -m build --version
32
- python -m build
33
- twine check dist/*
+ uvx --from build pyproject-build --installer uv
+ uvx twine check dist/*
34
35
- name: Upload packages to Jazzband
36
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
0 commit comments