We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48220dc commit 82b580fCopy full SHA for 82b580f
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Build artifacts
33
run: |
34
- uv run build
+ uv build
35
36
- name: Upload artifacts
37
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
0 commit comments