Skip to content

Commit 01c3c83

Browse files
authored
Install wheel and setuptools (#1443)
1 parent 9b66103 commit 01c3c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build
3434
shell: pwsh
3535
run: |
36-
pip install twine
36+
pip install twine wheel setuptools
3737
python setup.py sdist bdist_wheel
3838
- name: Publish to PyPI
3939
env:

0 commit comments

Comments
 (0)