mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-23 04:03:05 +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:
|
pypi:
|
||||||
name: Publish to PyPI
|
name: Publish to PyPI
|
||||||
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment:
|
||||||
|
name: pypi
|
||||||
|
url: https://pypi.org/p/PlexAPI
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue