Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Add wheel as a dependency to deploy step.
  • Loading branch information
jsnel authored Oct 25, 2021
1 parent 1e1ce26 commit 619bce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.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 --upgrade pip
python -m pip install -U pip wheel
- name: Build dist
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 619bce0

Please sign in to comment.