Skip to content

Commit 9700307

Browse files
authored
hotfixing publishing (#37)
1 parent 48220dc commit 9700307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Build artifacts
3333
run: |
34-
uv run build
34+
uv build
3535
3636
- name: Upload artifacts
3737
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)