From f28cf26498811756b7e6b6d48f3cb3ad9cc9b804 Mon Sep 17 00:00:00 2001 From: liufang Date: Tue, 4 Jun 2024 07:37:07 +0000 Subject: [PATCH] feat: change to pylebai --- .github/workflows/linux_python_release.yml | 2 +- .github/workflows/windows_python_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_python_release.yml b/.github/workflows/linux_python_release.yml index 68dd741..6966098 100644 --- a/.github/workflows/linux_python_release.yml +++ b/.github/workflows/linux_python_release.yml @@ -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 diff --git a/.github/workflows/windows_python_release.yml b/.github/workflows/windows_python_release.yml index e20f246..6f5e9a8 100644 --- a/.github/workflows/windows_python_release.yml +++ b/.github/workflows/windows_python_release.yml @@ -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: