SK-1908: Migrate Python SDK from openapi generator to Fern SDK genera… #86
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} | |
| tag: 'internal' | |
| secrets: inherit | |