chore: Bump all python dependencies #60
Workflow file for this run
This file contains 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: 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 }} |