Skip to content

Commit 22cb684

Browse files
authored
Merge pull request #277 from biolab/automated-release
[CI] Automated release
2 parents 019b9ba + cd4cba1 commit 22cb684

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/release.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Release
2+
on:
3+
release:
4+
types: [published]
5+
workflow_dispatch:
6+
7+
jobs:
8+
release:
9+
uses: biolab/orange-ci-cd/.github/workflows/release.yml@master
10+
with:
11+
pure-python: true
12+
secrets: inherit

0 commit comments

Comments
 (0)