From 1d5888382619b527063777cdb052ce92a3a1c1d0 Mon Sep 17 00:00:00 2001 From: Devesh-Skyflow Date: Wed, 27 May 2026 19:05:52 +0530 Subject: [PATCH 1/4] Revert "fix: upgrade checkout and setup-python actions to fix auth failure" This reverts commit 703aea951874153212ebb3d272349bf864dc90dc. --- .github/workflows/shared-build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/shared-build-and-deploy.yml b/.github/workflows/shared-build-and-deploy.yml index 0bd1cc9..738ae2d 100644 --- a/.github/workflows/shared-build-and-deploy.yml +++ b/.github/workflows/shared-build-and-deploy.yml @@ -17,11 +17,11 @@ jobs: build-and-deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v2 with: fetch-depth: 0 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v2 - name: Install dependencies run: | python -m pip install --upgrade pip From 2cb7b907ff9f7a6d1943af3dfd99131f7319324e Mon Sep 17 00:00:00 2001 From: Devesh-Skyflow Date: Wed, 27 May 2026 13:36:29 +0000 Subject: [PATCH 2/4] [AUTOMATED] Private Release 1.16.1.dev0+1d58883 --- setup.py | 2 +- skyflow/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 422e273..fd7a2b9 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ if sys.version_info < (3, 7): raise RuntimeError("skyflow requires Python 3.7+") -current_version = '1.16.1.dev0+703aea9' +current_version = '1.16.1.dev0+1d58883' setup( name='skyflow', diff --git a/skyflow/version.py b/skyflow/version.py index fe6c7de..5b3f555 100644 --- a/skyflow/version.py +++ b/skyflow/version.py @@ -1 +1 @@ -SDK_VERSION = '1.16.1.dev0+703aea9' \ No newline at end of file +SDK_VERSION = '1.16.1.dev0+1d58883' \ No newline at end of file From eec539e84246ef408b9e0d8661b315d655f00017 Mon Sep 17 00:00:00 2001 From: Devesh-Skyflow Date: Wed, 27 May 2026 19:08:54 +0530 Subject: [PATCH 3/4] fix: upgrade checkout@v2 and setup-python@v2 to v4/v5 in release workflow Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5fcd5db..f2a40b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,12 +13,12 @@ jobs: build-and-deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: token: ${{ secrets.PAT_ACTIONS }} ref: main fetch-depth: 0 - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 - name: Install dependencies run: | python -m pip install --upgrade pip From d21d2f6ab310fc506b3cf6aa0fe0f0dcc52c95c0 Mon Sep 17 00:00:00 2001 From: Devesh-Skyflow Date: Wed, 27 May 2026 13:39:21 +0000 Subject: [PATCH 4/4] [AUTOMATED] Private Release 1.16.1.dev0+eec539e --- setup.py | 2 +- skyflow/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fd7a2b9..f65126a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ if sys.version_info < (3, 7): raise RuntimeError("skyflow requires Python 3.7+") -current_version = '1.16.1.dev0+1d58883' +current_version = '1.16.1.dev0+eec539e' setup( name='skyflow', diff --git a/skyflow/version.py b/skyflow/version.py index 5b3f555..34087c4 100644 --- a/skyflow/version.py +++ b/skyflow/version.py @@ -1 +1 @@ -SDK_VERSION = '1.16.1.dev0+1d58883' \ No newline at end of file +SDK_VERSION = '1.16.1.dev0+eec539e' \ No newline at end of file