From 28e116e67d9c5e08093826eab862ff929ddb7268 Mon Sep 17 00:00:00 2001 From: googlefan256 Date: Sun, 23 Feb 2025 16:19:20 +0900 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6f6ce40..5ee7808 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -119,7 +119,7 @@ jobs: GH_TOKEN: ${{ github.token }} steps: - uses: actions/checkout@v4 - - run: gh run download ${{ github.run_id }} + - run: gh run download ${{ github.run_id }} -p wheels-* - name: release run: | gh release create commit-${GITHUB_SHA:0:8} --prerelease wheels-*/* @@ -134,7 +134,7 @@ jobs: GH_TOKEN: ${{ github.token }} steps: - uses: actions/checkout@v4 - - run: gh run download ${{ github.run_id }} + - run: gh run download ${{ github.run_id }} -p wheels-* - name: Publish to PyPI uses: PyO3/maturin-action@v1 with: