We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b40809 commit 20f1017Copy full SHA for 20f1017
.github/workflows/python-publish.yml
@@ -30,6 +30,7 @@ jobs:
30
run: |
31
python -m pip install --upgrade pip
32
pip install twine
33
+ pip install setuptools
34
- name: Build package
35
36
python setup.py bdist_wheel --plat-name manylinux_2_17_x86_64
0 commit comments