We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1052e24 commit a8ccf53Copy full SHA for a8ccf53
.github/workflows/python-publish.yml
@@ -31,6 +31,7 @@ jobs:
31
python -m pip install --upgrade pip
32
pip install build
33
pip install wheel
34
+ pip install setuptools
35
- name: Build package
36
run: python3 setup.py sdist bdist_wheel
37
- name: Publish package
0 commit comments