Skip to content

Commit aa2db50

Browse files
authored
fix: fix pypi_publish.yml
1 parent 2570287 commit aa2db50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install build
33+
pip install wheel
3434
3535
- name: Build package
3636
run: python setup.py bdist_wheel

0 commit comments

Comments
 (0)