Skip to content

Commit

Permalink
Add job dependency and environment to pypi workflow (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 authored Jul 28, 2023
1 parent 22e0e91 commit 0e02799
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ jobs:

pypi:
name: Publish to PyPI
needs: build
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/PlexAPI
permissions:
id-token: write
steps:
Expand Down

0 comments on commit 0e02799

Please sign in to comment.