diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8eee375..6bd9d10 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -91,6 +91,7 @@ jobs: with: name: wheels-linux-${{ matrix.platform.target }} path: src/python/dist + retention-days: 1 musllinux: runs-on: ${{ matrix.platform.runner }} @@ -131,6 +132,7 @@ jobs: with: name: wheels-musllinux-${{ matrix.platform.target }} path: src/python/dist + retention-days: 1 windows: runs-on: ${{ matrix.platform.runner }} @@ -171,6 +173,7 @@ jobs: with: name: wheels-windows-${{ matrix.platform.target }} path: src/python/dist + retention-days: 1 macos: runs-on: ${{ matrix.platform.runner }} @@ -204,6 +207,7 @@ jobs: with: name: wheels-macos-${{ matrix.platform.target }} path: src/python/dist + retention-days: 1 sdist: runs-on: ubuntu-latest @@ -228,6 +232,7 @@ jobs: with: name: wheels-sdist path: src/python/dist + retention-days: 1 release: name: Release