We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f87e4 commit 8e78da9Copy full SHA for 8e78da9
.github/workflows/Build_QEnvPython_SDK.yml
@@ -28,8 +28,8 @@ jobs:
28
git clone -b ${{ github.event.inputs.branch_path }} 'https://github.com/QPT-Family/QPT-SDK'
29
cd 'QPT-SDK/'${{ github.event.inputs.setup_path }}
30
python -m pip install --upgrade pip
31
- pip install setuptools wheel twine
32
- python setup.py sdist bdist_wheel
+ pip install setuptools twine
+ python setup.py sdist
33
- name: Publish package
34
env:
35
TWINE_USERNAME: __token__
0 commit comments