From e8a8fa92b41ba57d78bdecc9a99f8165dcae07be Mon Sep 17 00:00:00 2001 From: xaoyo Date: Sat, 28 Oct 2023 20:17:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=8A=A8=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E5=88=B0pypi=E7=9A=84github=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 60f7bd2..26423fd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,6 +34,7 @@ jobs: - name: Build package # 构建包 run: | + cat setup.py python setup.py sdist bdist_wheel # 构建 wheel 和 sdist 包 - name: Publish package