Skip to content

Commit 5e400a5

Browse files
committed
Workflow: Make sure wheel is installed
1 parent 069e5d1 commit 5e400a5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-to-test-pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
uses: actions/setup-python@v1
1212
with:
1313
python-version: 3.7
14+
- name: Install build dependencies
15+
run: >-
16+
python -m pip install wheel --user
1417
- name: 🔨 Build a binary wheel and a source tarball
1518
run: >-
1619
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)