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