Skip to content

Commit 934cbc3

Browse files
authored
Update runtime_python_package_poetry.yml
1 parent 6ffeef8 commit 934cbc3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/runtime_python_package_poetry.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ jobs:
2727
rm -rf benchmark
2828
rm -rf tests
2929
poetry config pypi-token.pypi ${{ secrets.RUNTIME_PYPI_TOKEN }}
30-
poetry publish
30+
poetry publish
31+
poetry config repositories.tencent https://mirrors.tencent.com/tencent_pypi/simple
32+
poetry config http-basic.tencent ${{ secrets.TENCENT_PYPI_USER }} ${{ secrets.TENCENT_PYPI_TOKEN }}
33+
poetry publish -r tencent

0 commit comments

Comments
 (0)