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.
1 parent d16e660 commit 12f5226Copy full SHA for 12f5226
.github/workflows/pypi-publish.yml
@@ -9,11 +9,8 @@
9
name: Upload Python Package
10
11
on:
12
- push:
13
- tags:
14
- - 'v[0-9]+.[0-9]+.[0-9]+'
15
- branches:
16
- - main
+ release:
+ types: [published]
17
18
permissions:
19
contents: read
.github/workflows/release.yml
@@ -4,8 +4,6 @@ on:
4
push:
5
tags:
6
- 'v[0-9]+.[0-9]+.[0-9]+'
7
8
jobs:
release:
0 commit comments