We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60954c commit e123971Copy full SHA for e123971
.github/workflows/release-to-pypi.yml
@@ -46,6 +46,11 @@ jobs:
46
with:
47
ref: ${{github.sha}}
48
49
+ - name: Setup Node.js 24
50
+ uses: actions/setup-node@v6
51
+ with:
52
+ node-version: 24
53
+
54
- name: Set up Python 3.8
55
uses: actions/setup-python@v5
56
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "matlab-proxy"
9
-version = "0.28.2"
+version = "0.28.3"
10
description = "Python® package enables you to launch MATLAB® and access it from a web browser."
11
readme = "README.md"
12
license = "LicenseRef-MATHWORKS-CLOUD-REFERENCE-ARCHITECTURE-LICENSE"
0 commit comments