Skip to content

Commit f277633

Browse files
committed
Update publish action
1 parent cf1ee7b commit f277633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Build wheel and source tarball
2121
run: |
22-
pip install wheel
22+
pip install setuptools wheel
2323
python setup.py sdist bdist_wheel
2424
2525
- name: Publish a Python distribution to PyPI

0 commit comments

Comments
 (0)