We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb2033 commit 1ab36fbCopy full SHA for 1ab36fb
.github/workflows/publish-above-py310-.yml
@@ -26,8 +26,8 @@ jobs:
26
python-version: ${{ matrix.python-version }}
27
architecture: ${{ matrix.architecture }}
28
29
- - name: Install setuptools
30
- run: python -m pip install setuptools
+ - name: Install build deps
+ run: python -m pip install setuptools wheel
31
32
- name: Build a binary wheel
33
run: python setup.py bdist_wheel
.github/workflows/publish-under-py310.yml
@@ -27,8 +27,8 @@ jobs:
- - name: Install pypa/build
34
0 commit comments