Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit a4a16e2

Browse files
committed
auto publish to pypi
1 parent 9a62079 commit a4a16e2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/pypi-publish.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88

99
name: Upload Python Package
1010

11-
on: workflow_dispatch
11+
on:
12+
workflow_dispatch:
13+
push:
14+
tags:
15+
- v[0-9].[0-9]+.[0-9]+
1216
# on:
1317
# release:
1418
# types: [published]

0 commit comments

Comments
 (0)