We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a182f45 commit 08a49b1Copy full SHA for 08a49b1
2 files changed
.github/workflows/cd.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version: '3.12'
26
27
- name: Install build and upload tools
28
- run: pip install twine
+ run: pip install setuptools wheel twine
29
30
- name: Build source distribution
31
run: python setup.py sdist
.github/workflows/ci.yml
@@ -26,6 +26,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
+ - name: Install build tools
+ run: pip install setuptools wheel
+
32
33
34
0 commit comments