We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa2e560 + 94edfb5 commit 2d03b31Copy full SHA for 2d03b31
.github/workflows/publish-pypi.yml
@@ -2,8 +2,8 @@ name: build and publish to PyPI
2
3
on:
4
workflow_dispatch:
5
- release:
6
- types: [prereleased, released]
+ push:
+ tags: ["v*"]
7
8
env:
9
UV_LOCKED: 1
0 commit comments