Skip to content

Commit bb5d5aa

Browse files
committed
Add environment to workflow
1 parent e81edf0 commit bb5d5aa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
build-and-publish:
1313
name: Build and publish to PyPI
1414
runs-on: ubuntu-latest
15+
environment:
16+
name: pypi
17+
url: https://pypy.org/p/PackScript
1518
permissions:
1619
id-token: write
1720

0 commit comments

Comments
 (0)