From 7bc169ca8a51b3c1a9a03f86a14bba568f439f60 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 4 Nov 2024 16:12:07 +0900 Subject: [PATCH] Publish to testpypi temporarily --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6dfdf1a..c0e9a6a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,10 +43,10 @@ jobs: set -eux test refs/tags/v`python3 ./setup.py --version` == "${{ github.ref }}" - name: Publish to pypi - run: make publish publish_repository=pypi + run: make publish publish_repository=testpypi env: TWINE_USERNAME: __token__ - TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} + TWINE_PASSWORD: ${{ secrets.TESTPYPI_TOKEN }} test: timeout-minutes: 5