Skip to content

Commit dd6c8a1

Browse files
committed
CI - Automated release
1 parent ce9068a commit dd6c8a1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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@wheel-build
10+
with:
11+
pure-python: true

0 commit comments

Comments
 (0)