Skip to content

Commit b837193

Browse files
authored
Add wheel package to build dependencies
1 parent 2fbf8c6 commit b837193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
python-version: '3.11'
6969

7070
- name: Install dependencies
71-
run: pip install numpy versioneer
71+
run: pip install numpy versioneer wheel
7272

7373
- name: Build universal wheel
7474
run: |

0 commit comments

Comments
 (0)