Skip to content

Commit a6441cd

Browse files
authored
Update python-publish.yml
1 parent eb036ad commit a6441cd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ name: Upload Python Package
1010

1111
on:
1212
release:
13-
types: [published]
13+
types:
14+
- published
1415

1516
jobs:
1617
deploy:
1718
runs-on: ubuntu-latest
1819

19-
environment:
20-
name: pypi
21-
url: https://pypi.org/p/simple-wait
22-
2320
permissions:
2421
id-token: write
2522

0 commit comments

Comments
 (0)