Skip to content

CI - Automated release #6

CI - Automated release

CI - Automated release #6

Workflow file for this run

name: Release
on:
release:
types: [published]
workflow_dispatch:
pull_request: # todo: remove
branches:
- master
jobs:
release:
uses: biolab/orange-ci-cd/.github/workflows/release.yml@master
with:
pure-python: true
secrets: inherit