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:
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -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
|
||||
|
||||
@@ -6,3 +6,5 @@ tabulate
|
||||
tqdm
|
||||
appdirs
|
||||
setuptools
|
||||
wheel
|
||||
twine
|
||||
Reference in New Issue
Block a user