We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb82a8 commit 266abfeCopy full SHA for 266abfe
.github/workflows/publish.yml
@@ -2,14 +2,14 @@ name: publish.yml
2
on:
3
push:
4
tags:
5
- # publishes any tag starting with 'v' as in 'v.1.0'
+ # publishes any tag starting with 'v' as in 'v1.0'
6
- v*
7
8
jobs:
9
run:
10
runs-on: ubuntu-latest
11
environment:
12
- name: pypi
+ name: publish
13
permissions:
14
id-token: write
15
contents: read
0 commit comments