Skip to content

Commit

Permalink
Update publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johmedr authored Dec 6, 2024
1 parent 20ea965 commit 4f14e05
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest']
matlab: ['R2024b']
include:
- matlab: "R2020b"
python: "2.7"
Expand All @@ -29,6 +27,7 @@ jobs:
python: "3.8"
py3from: "3.6"
py3to: "3.9"
os: 'ubuntu-latest'

- matlab: "R2021a"
python: "2.7"
Expand All @@ -38,6 +37,7 @@ jobs:
python: "3.8"
py3from: "3.7"
py3to: "3.9"
os: 'ubuntu-latest'

- matlab: "R2021b"
python: "2.7"
Expand All @@ -47,6 +47,7 @@ jobs:
python: "3.9"
py3from: "3.7"
py3to: "3.10"
os: 'ubuntu-latest'

- matlab: "R2022a"
python: "2.7"
Expand All @@ -56,6 +57,7 @@ jobs:
python: "3.9"
py3from: "3.8"
py3to: "3.10"
os: 'ubuntu-latest'

- matlab: "R2022b"
python: "2.7"
Expand All @@ -70,27 +72,32 @@ jobs:
python: "3.10"
py3from: "3.8"
py3to: "3.11"
os: 'ubuntu-latest'

- matlab: "R2023b"
python: "3.11"
py3from: "3.9"
py3to: "3.12"
os: 'ubuntu-latest'

- matlab: "R2024a"
python: "3.11"
py3from: "3.9"
py3to: "3.12"
os: 'ubuntu-latest'

- matlab: "R2024b"
python: "3.12"
py3from: "3.9"
py3to: "3.13"
os: 'ubuntu-latest'

- matlab: "R2024b"
main: "true"
python: "3.12"
py3from: "3.9"
py3to: "3.13"
os: 'ubuntu-latest'

steps:
- name: Set up MATLAB
Expand Down

0 comments on commit 4f14e05

Please sign in to comment.