Skip to content

Commit

Permalink
Update Build_QEnvPython_SDK.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GT-ZhangAcer authored Oct 29, 2023
1 parent 8e78da9 commit 51ea5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build_QEnvPython_SDK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
git clone -b ${{ github.event.inputs.branch_path }} 'https://github.com/QPT-Family/QPT-SDK'
cd 'QPT-SDK/'${{ github.event.inputs.setup_path }}
python -m pip install --upgrade pip
pip install setuptools twine
python setup.py sdist
pip install setuptools twine wheel
python setup.py sdist bdist_wheel
- name: Publish package
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit 51ea5fe

Please sign in to comment.