Skip to content

Commit

Permalink
Release version 3.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Nov 15, 2023
1 parent 6d9ab3b commit c7e2101
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ macos_arm64_dmg_task:
env:
REPO: https://github.com/biolab/orange3.git
BUILD_BRANCH: master
BUILD_COMMIT: 3.36.1
BUILD_COMMIT: 3.36.2
APP: "/Applications/Orange.app"

PYTHON_VERSION: 3.9.12
Expand Down Expand Up @@ -52,4 +52,4 @@ macos_arm64_dmg_task:
- $APP/Contents/MacOS/python -Xfaulthandler -m unittest -v Orange.tests Orange.widgets.tests || true

dmg_artifacts:
path: "dist/*"
path: "dist/*"
2 changes: 1 addition & 1 deletion .github/workflows/build-conda-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
REPO: https://github.com/biolab/orange3.git
BUILD_BRANCH: master
BUILD_COMMIT: "3.36.1"
BUILD_COMMIT: "3.36.2"
BUILD_LOCAL: ""

PYTHONFAULTHANDLER: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-macos-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
env:
REPO: https://github.com/biolab/orange3.git
BUILD_BRANCH: master
BUILD_COMMIT: FETCH_HEAD
BUILD_LOCAL: 1
BUILD_COMMIT: "3.36.2"
BUILD_LOCAL:
APP: "/Applications/Orange3.app"

PYTHONFAULTHANDLER: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-win-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
env:
REPO: https://github.com/biolab/orange3.git
BUILD_BRANCH: master
BUILD_COMMIT: FETCH_HEAD
BUILD_LOCAL: 1
BUILD_COMMIT: "3.36.2"
BUILD_LOCAL:

PYTHONFAULTHANDLER: 1
PIP_NO_PIP_VERSION_CHECK: 1
Expand Down

0 comments on commit c7e2101

Please sign in to comment.