From 0a3363ebcecd426ce51a6e7f9e4af5c339f740d6 Mon Sep 17 00:00:00 2001 From: snowy Date: Sun, 18 Aug 2024 03:58:13 +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 79ecb5e3..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 --build --repository pypi \ No newline at end of file + run: pdm publish --repository testpypi \ No newline at end of file