This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to tag v0.10.0
in repository https://gitbox.apache.org/repos/asf/fury.git

commit 50563100796409236df7ac66a11bc0027a9fd195
Author: chaokunyang <[email protected]>
AuthorDate: Thu Feb 6 22:47:35 2025 +0800

    fix download artifacts
---
 .github/workflows/release.yaml | 25 +++----------------------
 1 file changed, 3 insertions(+), 22 deletions(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index bd2bf2b1..343bb8eb 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -65,33 +65,14 @@ jobs:
     name: Publish Wheels
     runs-on: ubuntu-latest
     needs: build-wheels
-
     steps:
       - name: Download Wheel Artifacts
         uses: actions/download-artifact@v4
         with:
-          name: |
-            pyfury-wheels-ubuntu-latest-3.8.zip
-            pyfury-wheels-ubuntu-latest-3.9.zip
-            pyfury-wheels-ubuntu-latest-3.10.zip
-            pyfury-wheels-ubuntu-latest-3.11.zip
-            pyfury-wheels-ubuntu-latest-3.12.zip
-            pyfury-wheels-macos-13-3.8.zip
-            pyfury-wheels-macos-13-3.9.zip
-            pyfury-wheels-macos-13-3.10.zip
-            pyfury-wheels-macos-13-3.11.zip
-            pyfury-wheels-macos-13-3.12.zip
-            pyfury-wheels-macos-14-3.8.zip
-            pyfury-wheels-macos-14-3.9.zip
-            pyfury-wheels-macos-14-3.10.zip
-            pyfury-wheels-macos-14-3.11.zip
-            pyfury-wheels-macos-14-3.12.zip
-            pyfury-wheels-windows-2022-3.8.zip
-            pyfury-wheels-windows-2022-3.9.zip
-            pyfury-wheels-windows-2022-3.10.zip
-            pyfury-wheels-windows-2022-3.11.zip
-            pyfury-wheels-windows-2022-3.12.zip
           path: downloaded_wheels/
+          merge-multiple: true
+      - name: Display structure of downloaded files
+        run: ls -R downloaded_wheels
       - name: Publish Wheels to PyPI
         uses: pypa/gh-action-pypi-publish@release/v1
         with:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to