From cfca7aeaf85fa7a8859770fa279dfea69668a78e Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Wed, 24 Jan 2024 20:45:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4yml?= 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 e81b1fa..05a74e5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: - name: Build Wheel run: | - python -m build --wheel + python -m build --wheel --sdist - name: Build Executable run: |