From 687345a9d87285c20a277715d16a6ab57f71ce59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 23:38:32 +0000 Subject: [PATCH] Update cloudsmith-io/cloudsmith-cli-action action to v2.0.3 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d59ef9a..4ba7301 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -111,7 +111,7 @@ jobs: https://api.cloudsmith.io/v1/user/self/ \ | jq -r '.authenticated' - name: Install Cloudsmith CLI - uses: cloudsmith-io/cloudsmith-cli-action@v2 + uses: cloudsmith-io/cloudsmith-cli-action@v2.0.3 with: api-key: ${{ secrets.CLOUDSMITH_API_KEY }} - name: Push wheels to Cloudsmith