1
1
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:
2024-08-11 23:39:38 +05:30
parent 14b64ad92f
commit fe9d648adf
2 changed files with 4 additions and 3 deletions

View File

@@ -21,9 +21,8 @@ jobs:
python-version: '3.10'
- name: 📦 Install dependencies
run: |
run: |
pip install -r requirements.txt
pip install wheel twine
- name: 🛠️ Build package
run: python3 setup.py sdist bdist_wheel