From d5b0f947e0a0b57daed6a25465a135a6839cd4e6 Mon Sep 17 00:00:00 2001 From: snowy Date: Sun, 18 Aug 2024 02:24:12 +0800 Subject: [PATCH] =?UTF-8?q?:children=5Fcrossing:=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pypi-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index d759b66f..4b5b36a7 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -23,4 +23,4 @@ jobs: - uses: pdm-project/setup-pdm@v3 - name: Publish package distributions to PyPI - run: pdm publish \ No newline at end of file + run: pdm publish --repository testpypi \ No newline at end of file