Skip to content

Commit d08aa02

Browse files
authored
Rename workflow to 'Publish to PyPI'
1 parent ec8eb6e commit d08aa02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi_deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Publish PathSim to PyPI
2-
1+
name: Publish to PyPI
32
on:
43
release:
54
types: [published]
65
workflow_dispatch:
76

87
permissions:
98
contents: read
9+
id-token: write
1010

1111
jobs:
1212
deploy:

0 commit comments

Comments
 (0)