From 0f21f27ccdcc18e1f82185f2b350e30a772e4fe4 Mon Sep 17 00:00:00 2001 From: Han Yang Date: Thu, 5 Dec 2024 10:44:42 +0800 Subject: [PATCH] skip building wheels for testing --- .github/workflows/python-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yaml b/.github/workflows/python-publish.yaml index d134fa5..465940e 100644 --- a/.github/workflows/python-publish.yaml +++ b/.github/workflows/python-publish.yaml @@ -92,8 +92,8 @@ jobs: - name: Retrieve release distributions uses: actions/download-artifact@v4 with: - name: dist-* - merge-multiple: true + name: dist-sdist + # merge-multiple: true path: dist - name: Publish release distributions to PyPI