Skip to content

Commit e123971

Browse files
committed
Update to v0.28.3, only contains patch for release to pypi build failure.
1 parent f60954c commit e123971

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release-to-pypi.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
with:
4747
ref: ${{github.sha}}
4848

49+
- name: Setup Node.js 24
50+
uses: actions/setup-node@v6
51+
with:
52+
node-version: 24
53+
4954
- name: Set up Python 3.8
5055
uses: actions/setup-python@v5
5156
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "matlab-proxy"
9-
version = "0.28.2"
9+
version = "0.28.3"
1010
description = "Python® package enables you to launch MATLAB® and access it from a web browser."
1111
readme = "README.md"
1212
license = "LicenseRef-MATHWORKS-CLOUD-REFERENCE-ARCHITECTURE-LICENSE"

0 commit comments

Comments
 (0)