Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f277633

Browse files
committedOct 13, 2024··
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.