We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25bb56d commit 35cddc8Copy full SHA for 35cddc8
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
python-version: 3.12
18
- name: Build wheel and source tarball
19
run: |
20
- pip install wheel
+ pip install wheel setuptools
21
python setup.py sdist bdist_wheel
22
- name: Publish a Python distribution to PyPI
23
uses: pypa/[email protected]
0 commit comments