From 4e1bfdb83624639e241dafb45f4c24983f139154 Mon Sep 17 00:00:00 2001 From: PrimozGodec Date: Fri, 9 Feb 2024 11:29:46 +0100 Subject: [PATCH 1/4] Automated release --- .github/workflows/release.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 000000000..6fc947402 --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,10 @@ +name: Release +on: + release: + types: [published] + # Enable manual run + workflow_dispatch: + +jobs: + rebase: + uses: biolab/orange-ci-cd/.github/workflows/release.yml@wheel-build From f90e46b89dc0469aea6301d7b09c0e2f27381b7a Mon Sep 17 00:00:00 2001 From: PrimozGodec Date: Fri, 9 Feb 2024 11:32:02 +0100 Subject: [PATCH 2/4] Automated release --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6fc947402..175ccfe51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,9 @@ on: types: [published] # Enable manual run workflow_dispatch: + pull_request: # todo: remove + branches: + - master jobs: rebase: From 9574cd531c29c7b59d4485473bcd0154dba4649e Mon Sep 17 00:00:00 2001 From: PrimozGodec Date: Fri, 9 Feb 2024 11:41:12 +0100 Subject: [PATCH 3/4] Automated release --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 175ccfe51..c04b1c85b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,3 +11,5 @@ on: jobs: rebase: uses: biolab/orange-ci-cd/.github/workflows/release.yml@wheel-build + with: + pure-python: true \ No newline at end of file From 045917ef1ee2bca8763d533d51d40f12a81df98c Mon Sep 17 00:00:00 2001 From: PrimozGodec Date: Fri, 9 Feb 2024 11:52:01 +0100 Subject: [PATCH 4/4] Automated release --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c04b1c85b..2114191e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,14 +2,10 @@ name: Release on: release: types: [published] - # Enable manual run workflow_dispatch: - pull_request: # todo: remove - branches: - - master jobs: - rebase: + release: uses: biolab/orange-ci-cd/.github/workflows/release.yml@wheel-build with: pure-python: true \ No newline at end of file