mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-23 04:03:05 +00:00
Fix PyPI action dependency
This commit is contained in:
parent
a50875afd6
commit
9c5aa088f3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pypi.yml
vendored
1
.github/workflows/pypi.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
|||
- name: Install dependencies and build
|
||||
run: |
|
||||
pip install -U pip
|
||||
pip install -r requirements.txt
|
||||
pip install setuptools wheel
|
||||
python setup.py sdist bdist_wheel
|
||||
|
||||
|
|
Loading…
Reference in a new issue