Skip to content

Commit 6773ca0

Browse files
Merge pull request #259 from skyflowapi/release/26.5.1
fix: upgrade checkout and setup-python actions to fix auth failure
2 parents 5404364 + 44a0dec commit 6773ca0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/shared-build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
build-and-deploy:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323

24-
- uses: actions/setup-python@v2
24+
- uses: actions/setup-python@v5
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
if sys.version_info < (3, 7):
88
raise RuntimeError("skyflow requires Python 3.7+")
9-
current_version = '2.1.1.dev0+7b39339'
9+
current_version = '1.16.1.dev0+703aea9'
1010

1111
setup(
1212
name='skyflow',

skyflow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = '2.1.1.dev0+7b39339'
1+
SDK_VERSION = '1.16.1.dev0+703aea9'

0 commit comments

Comments
 (0)