File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,14 +121,14 @@ jobs:
121
121
if : ${{ !matrix.main }}
122
122
run : |
123
123
sed -i 's/\(version = "[^"]*\)"/\1+${{ matrix.matlab }}"/' pyproject.toml
124
- cat pyproject.toml
125
124
126
125
- name : Setup Python version (2.7)
127
126
if : ${{ !matrix.py3from }}
128
127
run : |
129
128
sed -i 's/^python-requires = .*/python-requires = ">=2.7,<3.1"/' pyproject.toml
130
129
echo "[tool.distutils.bdist_wheel]" >> pyproject.toml
131
130
echo "python-tag = \"2.7\"" >> pyproject.toml
131
+ cat pyproject.toml
132
132
133
133
- name : Setup Python version (3+)
134
134
if : ${{ matrix.py3from }}
@@ -139,7 +139,7 @@ jobs:
139
139
tags=$(for i in $(seq ${FROM//3./} $(( ${TO//3./} - 1)) ); do echo -n "py3$i."; done | sed 's/\.$//')
140
140
echo "[tool.distutils.bdist_wheel]" >> pyproject.toml
141
141
echo "python-tag = \"$tags\"" >> pyproject.toml
142
- echo pyproject.toml
142
+ cat pyproject.toml
143
143
144
144
- name : Build package
145
145
run : python -m build --sdist --wheel
You can’t perform that action at this time.
0 commit comments