Skip to content

Commit 5fa4e6b

Browse files
krisctlprabhakk-mw
authored andcommitted
Install latest version of setuptools to ensure that source distribution filenames comply with PEP 625 and use the normalised package name "matlab_proxy".
1 parent 6fe4ea5 commit 5fa4e6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020-2024 The MathWorks, Inc.
1+
# Copyright 2020-2025 The MathWorks, Inc.
22

33
# Workflow to test MATLAB-Proxy while releasing to PyPi
44
name: Release to PyPI
@@ -54,6 +54,7 @@ jobs:
5454
- name: Install Python build dependencies
5555
run: |
5656
python3 -m pip install --upgrade pip
57+
python3 -m pip install --upgrade setuptools
5758
python3 -m pip install wheel
5859
shell: bash
5960

0 commit comments

Comments
 (0)