Skip to content

Commit 81ac802

Browse files
committed
deduplicate, use python3.9
1 parent 51f038d commit 81ac802

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/posix.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
PLAT: [i686, x86_64]
2323
INTERFACE64: ['0', '1']
2424
MB_ML_VER: ['2014']
25+
MB_ML_LIBC: ['manylinux']
2526
include:
2627
- os: macos-11
2728
PLAT: arm64
@@ -126,12 +127,12 @@ jobs:
126127
127128
- uses: actions/[email protected]
128129
with:
129-
name: openblas-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}
130+
name: openblas-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}
130131
path: libs/openblas*.tar.gz
131132

132133
- uses: actions/[email protected]
133134
with:
134-
name: wheels-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}
135+
name: wheels-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}
135136
path: dist/scipy_openblas*.whl
136137

137138
- uses: conda-incubator/[email protected]

tools/build_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ "$?" != "0" ]; then
1010
# inside docker
1111
cd /openblas
1212
fi
13-
PYTHON=python3.7
13+
PYTHON=python3.9
1414

1515
mkdir -p local/openblas
1616
mkdir -p dist

0 commit comments

Comments
 (0)