Skip to content

Commit d3f3c68

Browse files
committed
Add support to upgrade twine wheel when installing
1 parent b48daed commit d3f3c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install setuptools wheel twine
21+
pip install --upgrade setuptools wheel twine
2222
- name: Install ytmdl locally
2323
run: python setup.py install
2424
- name: Generate the completion files

0 commit comments

Comments
 (0)