mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
Add job dependency and environment to pypi workflow (#1171)
This commit is contained in:
parent
22e0e91c9d
commit
0e02799597
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pypi.yml
vendored
4
.github/workflows/pypi.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue