Skip to content

SK-1736: Added encoding for column values in get interface (#145) #74

SK-1736: Added encoding for column values in get interface (#145)

SK-1736: Added encoding for column values in get interface (#145) #74

name: Internal Release
on:
push:
tags-ignore:
- '*.*'
paths-ignore:
- "setup.py"
- "*.yml"
- "*.md"
- "skyflow/utils/_version.py"
- "samples/**"
branches:
- release/*
jobs:
build-and-deploy:
uses: ./.github/workflows/shared-build-and-deploy.yml
with:
ref: ${{ github.ref_name }}
is-internal: true
secrets: inherit