From 97541d6a2802f6206182bd7b23f224fa84fc6b3d Mon Sep 17 00:00:00 2001 From: Googlefan Date: Sun, 23 Feb 2025 06:08:26 +0000 Subject: [PATCH] fix --- .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 f12db89..57f1efa 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -116,7 +116,7 @@ jobs: runs-on: ubuntu-latest needs: [python-linux, python-windows, python-macos, python-sdist] steps: - - uses: actions/download-artifact@v4 + - run: gh run download ${{github.run_id}} -n wheels-*/* - name: release run: | gh release create commit-${GITHUB_SHA:0:8} --prerelease wheels-*/* @@ -128,7 +128,7 @@ jobs: needs: [python-linux, python-windows, python-macos, python-sdist] environment: release steps: - - uses: actions/download-artifact@v4 + - run: gh run download ${{github.run_id}} -n wheels-*/* - name: Publish to PyPI uses: PyO3/maturin-action@v1 with: