Skip to content

Commit a6b1933

Browse files
committed
add release.yml
1 parent 4016a3d commit a6b1933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build package
5050
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
5151
run: |
52-
python -m build
52+
uv build
5353
- name: Publish package
5454
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
5555
env:

0 commit comments

Comments
 (0)