Skip to content

Commit 2d03b31

Browse files
authored
release on tag push (#488)
2 parents fa2e560 + 94edfb5 commit 2d03b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: build and publish to PyPI
22

33
on:
44
workflow_dispatch:
5-
release:
6-
types: [prereleased, released]
5+
push:
6+
tags: ["v*"]
77

88
env:
99
UV_LOCKED: 1

0 commit comments

Comments
 (0)