Skip to content

Commit

Permalink
install missing twine package
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1thas committed Feb 23, 2022
1 parent 3b23544 commit 91ba65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: '3.8'
- name: Install pipenv
run: |
python -m pip install --upgrade pip wheel
python -m pip install --upgrade pip wheel twine
python -m pip install pipenv
- name: Install Required Package Dependencies
run: |
Expand Down

0 comments on commit 91ba65f

Please sign in to comment.