Skip to content

Commit 35cddc8

Browse files
committed
Chore fix deploy GitHub action
1 parent 25bb56d commit 35cddc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: 3.12
1818
- name: Build wheel and source tarball
1919
run: |
20-
pip install wheel
20+
pip install wheel setuptools
2121
python setup.py sdist bdist_wheel
2222
- name: Publish a Python distribution to PyPI
2323
uses: pypa/[email protected]

0 commit comments

Comments
 (0)