1
1
mirror of https://github.com/neosubhamoy/pytubepp.git synced 2026-06-21 01:13:43 +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
Unverified
parent 14b64ad92f
commit fe9d648adf
2 changed files with 4 additions and 3 deletions
-1
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
+2
View File
@@ -6,3 +6,5 @@ tabulate
tqdm
appdirs
setuptools
wheel
twine