Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 13, 2020
1 parent d2ca51a commit 6aa06b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
python-version: 3.8
- name: Install dependencies
run:
python -m pip install --update pip wheel twine
python -m pip install -U pip wheel twine
- name: Make dists
run:
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 6aa06b6

Please sign in to comment.