Skip to content

Commit dc1d4a9

Browse files
authored
Update release.yml
1 parent 0548bb4 commit dc1d4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
npm install
22-
pip install build
22+
pip install build wheel
2323
pip install -r requirements.txt
2424
- name: Build a binary wheel and a source tarball
2525
run: >-

0 commit comments

Comments
 (0)