Skip to content

Commit 4fa38e2

Browse files
authored
Merge pull request #21: CI: Add wheel
2 parents e7aaec6 + 72ecb71 commit 4fa38e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
python -m pip install --upgrade pip
7171
pip install -r requirements.txt
72-
pip install setuptools
72+
pip install setuptools wheel
7373
- name: build distribution packages
7474
run: python setup.py sdist bdist_wheel
7575
- name: Build and publish to PyPI

0 commit comments

Comments
 (0)