We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7523643 commit 24cd9dbCopy full SHA for 24cd9db
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
pip install setuptools wheel
28
- name: build
29
run: |
30
- python -m build
+ python setup.py build
31
- name: package
32
33
python setup.py sdist bdist_wheel
0 commit comments