Remove comma in command to pip install multiple packages

This commit is contained in:
Debanjum Singh Solanky 2022-08-03 22:01:18 +03:00
parent ee3eddb044
commit f55eaf0a53

View file

@ -23,7 +23,7 @@ jobs:
- name: Install Python Dependencies
run: |
python -m pip install --upgrade pip
pip install build, twine
pip install build twine
pip install --upgrade .
- name: Build Application