Skip to content

Commit 0e02799

Browse files
authored
Add job dependency and environment to pypi workflow (#1171)
1 parent 22e0e91 commit 0e02799

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pypi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ jobs:
3939

4040
pypi:
4141
name: Publish to PyPI
42+
needs: build
4243
runs-on: ubuntu-latest
44+
environment:
45+
name: pypi
46+
url: https://pypi.org/p/PlexAPI
4347
permissions:
4448
id-token: write
4549
steps:

0 commit comments

Comments
 (0)