Skip to content

Commit 266abfe

Browse files
corrected environment name in publish.yml
1 parent feb82a8 commit 266abfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: publish.yml
22
on:
33
push:
44
tags:
5-
# publishes any tag starting with 'v' as in 'v.1.0'
5+
# publishes any tag starting with 'v' as in 'v1.0'
66
- v*
77

88
jobs:
99
run:
1010
runs-on: ubuntu-latest
1111
environment:
12-
name: pypi
12+
name: publish
1313
permissions:
1414
id-token: write
1515
contents: read

0 commit comments

Comments
 (0)