Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit f006ea6

Browse files
authored
Update python-publish.yml
1 parent 295cf80 commit f006ea6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Upload Python Package
22

33
on:
4-
release:
5-
types: [created]
4+
push:
5+
tags:
6+
- '*'
67

78
jobs:
89
deploy:

0 commit comments

Comments
 (0)