minor change to .github/workflows/python-publish.yml

pull/11440/head^2
Zhang Jun 2024-03-25 16:57:50 +08:00
parent c306d288eb
commit 8a99bc93ac
1 changed files with 1 additions and 0 deletions

View File

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