Skip to content

Commit 3511d3d

Browse files
authored
Update publish.yml
1 parent 9ec10ca commit 3511d3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish
22

33
on:
4+
workflow_dispatch:
45
release:
56
types: [created]
67

@@ -18,4 +19,4 @@ jobs:
1819
- name: Build and publish
1920
run: |
2021
uv build
21-
uv publish
22+
uv publish

0 commit comments

Comments
 (0)