Skip to content

Commit

Permalink
[CI] make wheels for python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHsiao1 committed Oct 9, 2023
1 parent 8d3e1cf commit f3bcef0
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..11}
for py_version in {5..12}
do
reset_workdir
rm -rf $TEST_DIR
Expand Down

0 comments on commit f3bcef0

Please sign in to comment.