mirror of
https://github.com/neosubhamoy/pytubepp.git
synced 2025-12-20 01:09:36 +05:30
(ci/cd): removed separate wheel and twine installation step from build process and added them as requirements
This commit is contained in:
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@@ -21,9 +21,8 @@ jobs:
|
|||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
|
||||||
- name: 📦 Install dependencies
|
- name: 📦 Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install wheel twine
|
|
||||||
|
|
||||||
- name: 🛠️ Build package
|
- name: 🛠️ Build package
|
||||||
run: python3 setup.py sdist bdist_wheel
|
run: python3 setup.py sdist bdist_wheel
|
||||||
|
|||||||
@@ -5,4 +5,6 @@ mutagen
|
|||||||
tabulate
|
tabulate
|
||||||
tqdm
|
tqdm
|
||||||
appdirs
|
appdirs
|
||||||
setuptools
|
setuptools
|
||||||
|
wheel
|
||||||
|
twine
|
||||||
Reference in New Issue
Block a user