Skip to content

SK-2199: Update Python SDK v2 with latest Detect API changes (v4.0) (… #24

SK-2199: Update Python SDK v2 with latest Detect API changes (v4.0) (…

SK-2199: Update Python SDK v2 with latest Detect API changes (v4.0) (… #24

Workflow file for this run

name: Public Beta Release
on:
push:
tags: '*.*.*b*'
paths-ignore:
- "setup.py"
- "*.yml"
- "*.md"
- "skyflow/utils/_version.py"
jobs:
build-and-deploy:
uses: ./.github/workflows/shared-build-and-deploy.yml
with:
ref: ${{ github.ref_name }}
tag: 'beta'
secrets: inherit