From 42a455e0f9af8eb23fb61d92cc7ece7b81ddc9b4 Mon Sep 17 00:00:00 2001 From: Meow King Date: Wed, 31 Jul 2024 16:56:50 +0800 Subject: [PATCH] test(ci) --- .github/workflows/buildwheels.yml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/workflows/buildwheels.yml b/.github/workflows/buildwheels.yml index 2c59305..535082b 100644 --- a/.github/workflows/buildwheels.yml +++ b/.github/workflows/buildwheels.yml @@ -59,20 +59,9 @@ jobs: path: ./wheelhouse/*.whl - merge_wheels: - name: Merge wheels into a combined artifact - runs-on: ubuntu-latest - needs: [build_wheels, build_sdist] - steps: - - name: Merge Artifacts - uses: actions/upload-artifact/merge@v4 - with: - name: dist - pattern: dist-* - pypi-publish: name: Upload to PyPI - needs: merge_wheels + needs: [build_wheels, build_sdist] runs-on: ubuntu-latest environment: name: pypi @@ -85,8 +74,9 @@ jobs: - uses: actions/download-artifact@v4 with: - name: dist + pattern: dist-* path: dist + merge-multiple: true - name: Display structure of downloaded files run: ls -R ./dist