File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 7
7
- " *"
8
8
tags :
9
9
- " v*"
10
+ release :
11
+ types : [published]
10
12
11
13
concurrency :
12
14
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
@@ -101,7 +103,7 @@ jobs:
101
103
dist_upload :
102
104
103
105
runs-on : ubuntu-latest
104
- if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
106
+ if : ( github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')) || (github.event_name == 'release' && github.event.action == 'published ')
105
107
permissions :
106
108
id-token : write
107
109
needs : [test]
Original file line number Diff line number Diff line change 41
41
- fix #804 : git - use fallback version instead of 0.0 when no version is found at all
42
42
- fix #1139 : use logging.lastResort instead of a own replica to avoid polluting logging._ handlerList
43
43
- fix #873 : don't infer version in cli if --no-version is given
44
+ - fix #535 : accept tags from a release action in the gh ui
44
45
45
46
## v8.3.1
46
47
You can’t perform that action at this time.
0 commit comments