Skip to content

Commit e0dac03

Browse files
Update publish.yml
1 parent 1e10366 commit e0dac03

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ on:
33
release:
44
types: [published]
55
jobs:
6-
pypi:
6+
pypi-publish:
7+
name: Upload release to PyPI
78
runs-on: ubuntu-latest
9+
environment:
10+
name: pypi
11+
url: https://pypi.org/p/scripturelookup
812
permissions:
913
id-token: write
1014
steps:

0 commit comments

Comments
 (0)