From 71aa6d12f4b2359b1c22d85f553f4c851c70aa92 Mon Sep 17 00:00:00 2001 From: Frank Dekervel Date: Wed, 17 Sep 2025 14:12:47 +0200 Subject: [PATCH] reduce artifact retention period to avoid hitting quota limits --- .github/workflows/CI.yml | 5 +++++ 1 file changed, 5 insertions(+) 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