Skip to content

Commit

Permalink
[CI] update py_version in make_package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHsiao1 committed Oct 30, 2022
1 parent ab3759f commit ef438ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rm -rf $DIST_DIR
# mv $whl_name ${whl_name/-none-any/}

make_wheels(){
for py_version in {5..10}
for py_version in {5..11}
do
reset_workdir
rm -rf $TEST_DIR
Expand Down

0 comments on commit ef438ef

Please sign in to comment.