Skip to content

Commit 922e64b

Browse files
committed
chore: typo in the build_whl
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent d7ff38c commit 922e64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/build_whl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build_py39() {
2525
#auditwheel repair --plat manylinux2014_x86_64
2626
}
2727

28-
build_py10() {
28+
build_py310() {
2929
/opt/python/cp310-cp310/bin/python -m pip install -r requirements.txt
3030
/opt/python/cp310-cp310/bin/python setup.py bdist_wheel --release
3131
#auditwheel repair --plat manylinux2014_x86_64

0 commit comments

Comments
 (0)