From cf07bf12a577159ca8131b9168137c5c6f143ec6 Mon Sep 17 00:00:00 2001 From: Nuru Date: Mon, 27 May 2024 15:13:41 -0700 Subject: [PATCH] Test cloudsmith action with gh workflow --- .github/workflows/gh.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh.yml b/.github/workflows/gh.yml index 72b08f6cfb..1619b93caf 100644 --- a/.github/workflows/gh.yml +++ b/.github/workflows/gh.yml @@ -144,8 +144,11 @@ jobs: GITHUB_REF: ${{ github.ref }} # Publish the artifacts + - name: "Hack to set Python version" + run: "echo 3.9 > .python-version" + - name: "Push artifact to package repository" - uses: cloudsmith-io/action@v0.5.4 + uses: cloudsmith-io/action@v0.6.7 with: api-key: ${{ secrets.CLOUDSMITH_API_KEY }} command: 'push' @@ -249,8 +252,11 @@ jobs: GITHUB_REF: ${{ github.ref }} # Publish the artifacts + - name: "Hack to set Python version" + run: "echo 3.9 > .python-version" + - name: "Push artifact to package repository" - uses: cloudsmith-io/action@v0.5.4 + uses: cloudsmith-io/action@v0.6.7 with: api-key: ${{ secrets.CLOUDSMITH_API_KEY }} command: 'push'