Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 3ba0bb3

Browse files
committed
Adding python publish ci
1 parent 46b259f commit 3ba0bb3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ name: Upload Python Package
55

66
on:
77
release:
8-
types: [created]
8+
types: [created, published]
9+
10+
push:
11+
tags:
12+
- v*
913

1014
jobs:
1115
deploy:

0 commit comments

Comments
 (0)