1
1
mirror of https://github.com/neosubhamoy/pytubepp.git synced 2025-12-20 02:19:35 +05:30

(ci/cd): removed separate wheel and twine installation step from build process and added them as requirements

This commit is contained in:
2024-08-11 23:39:38 +05:30
parent 14b64ad92f
commit fe9d648adf
2 changed files with 4 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ jobs:
- name: 📦 Install dependencies
run: |
pip install -r requirements.txt
pip install wheel twine
- name: 🛠️ Build package
run: python3 setup.py sdist bdist_wheel

View File

@@ -6,3 +6,5 @@ tabulate
tqdm
appdirs
setuptools
wheel
twine