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 4016a3d commit a6b1933Copy full SHA for a6b1933
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Build package
50
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
51
run: |
52
- python -m build
+ uv build
53
- name: Publish package
54
55
env:
0 commit comments