Skip to content

Commit

Permalink
Fix dependencies for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AustP committed Jul 15, 2021
1 parent 9e05795 commit 34d999e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools wheel twine
python -m pip install --upgrade pip wheel
pip install -r requirements.txt
- name: Build
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 34d999e

Please sign in to comment.