Skip to content

Commit

Permalink
Merge pull request #75 from liufang-robot/master
Browse files Browse the repository at this point in the history
Debug python upload
  • Loading branch information
liufang-robot authored Jun 4, 2024
2 parents 233331e + fe1e33e commit 28d3a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
done;

- name: upload Pypi
run: /opt/python/cp310-cp310/bin/twine upload --skip-existing -u __token__ -p ${{ secrets.PYLEBAI2024 }} wheelhouse/*.whl
run: /opt/python/cp310-cp310/bin/twine upload --verbose --skip-existing -u __token__ -p ${{ secrets.PYLEBAI2024 }} wheelhouse/*.whl
2 changes: 1 addition & 1 deletion .github/workflows/windows_python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: CMake build
run: cmake --build build --config release
- name: Upload Pypi
run: twine upload --skip-existing -u __token__ -p ${{ secrets.PYLEBAI }} build/python/dist/*.whl
run: twine upload --skip-existing --verbose -u __token__ -p ${{ secrets.PYLEBAI2024 }} build/python/dist/*.whl
# windows_cp312_release:
# runs-on: windows-latest
# steps:
Expand Down

0 comments on commit 28d3a2b

Please sign in to comment.