add wheel into .github/workflows/python-publish.yml

pull/11440/head^2 v2.7.2
Zhang Jun 2024-03-25 17:28:49 +08:00
parent d28d9e704a
commit 89e0a15ce7
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install build pip install build
pip install setuptools pip install setuptools
pip install wheel
- name: Build package - name: Build package
run: python setup.py bdist_wheel run: python setup.py bdist_wheel
- name: Publish package - name: Publish package