From 7de18e388f49249be5c06d077331d621dcdaabab Mon Sep 17 00:00:00 2001 From: xaoyo Date: Mon, 27 Nov 2023 11:24:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E4=BF=AE=E6=AD=A3=E7=89=882.?= =?UTF-8?q?2.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a2c3640f..4df7d78e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,7 +42,7 @@ jobs: - name: Publish package with Twine # 使用 Twine 发布到 PyPI run: | - twine upload dist/* + twine upload dist/*.whl dist/*.tar.gz env: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}