Skip to content

chore: Bump all python dependencies #60

chore: Bump all python dependencies

chore: Bump all python dependencies #60

Workflow file for this run

---
name: Bake the installer (non-main release - on push)
on:
push:
branches:
- 'feature**'
- 'test**'
- 'hotfix**'
- 'bug**'
- 'wip**'
- 'dev**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
call_reusable_workflow:
uses: ./.github/workflows/reusable_workflow.yml
with:
upload_artifact_suffix: " - Dev OnPush"
runner: self-hosted
minimal_sample_size: true
testing_release: true
main_release: false
secrets:
GOOGLE_CREDS: ${{ secrets.GOOGLE_CREDS }}
ASSETS: ${{ secrets.ASSETS }}