Skip to content

Commit fed48ec

Browse files
committed
Releaser
1 parent ec72f31 commit fed48ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@ jobs:
2727
uses: actions/upload-artifact@v4
2828
with:
2929
path: dist/*.whl
30-
30+
- name: Release
31+
uses: softprops/action-gh-release@v2
32+
if: startsWith(github.ref, 'refs/tags/')
33+
with:
34+
files: dist/*.whl
3135

0 commit comments

Comments
 (0)