From 3c2bca31bf0f86958c20b780f01b0d00cd3dd3b7 Mon Sep 17 00:00:00 2001 From: Yiyang Zhan Date: Sat, 5 Mar 2022 15:06:54 +0900 Subject: [PATCH] Publish distributions to test.pypi.org --- .github/workflows/wheels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 805cd36..b1c7064 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -82,4 +82,5 @@ jobs: - uses: pypa/gh-action-pypi-publish@v1.5.0 with: user: __token__ - password: ${{ secrets.pypi_password }} + password: ${{ secrets.TEST_PYPI_API_TOKEN }} + repository_url: https://test.pypi.org/legacy/