Skip to content

Commit ed8bf15

Browse files
authored
Update publish_to_pypi.yml
Trying to make the wheel build for distribution to PyPi
1 parent fae0b47 commit ed8bf15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
pip install
4141
build
4242
--user
43+
44+
- name: Install wheel
45+
run: >-
46+
pip install wheel
4347
4448
# - name: Build a binary wheel and source tarball
4549
# run: >-

0 commit comments

Comments
 (0)