From 9b7de85c46fd71c10299f052b5d432f12645c18d Mon Sep 17 00:00:00 2001 From: Googlefan Date: Sun, 23 Feb 2025 06:36:22 +0000 Subject: [PATCH] fix --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a3ad09c..0862520 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -118,6 +118,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} steps: + - uses: actions/checkout@v4 - run: gh run download ${{ github.run_id }} -n wheels-*/* - name: release run: | @@ -132,6 +133,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} steps: + - uses: actions/checkout@v4 - run: gh run download ${{ github.run_id }} -n wheels-*/* - name: Publish to PyPI uses: PyO3/maturin-action@v1