Skip to content

Commit 8e78da9

Browse files
authored
Update Build_QEnvPython_SDK.yml
1 parent e8f87e4 commit 8e78da9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build_QEnvPython_SDK.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
git clone -b ${{ github.event.inputs.branch_path }} 'https://github.com/QPT-Family/QPT-SDK'
2929
cd 'QPT-SDK/'${{ github.event.inputs.setup_path }}
3030
python -m pip install --upgrade pip
31-
pip install setuptools wheel twine
32-
python setup.py sdist bdist_wheel
31+
pip install setuptools twine
32+
python setup.py sdist
3333
- name: Publish package
3434
env:
3535
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)