Skip to content

Commit

Permalink
Update packaging/pkg_helpers.bash
Browse files Browse the repository at this point in the history
Co-authored-by: moto <855818+mthrok@users.noreply.github.com>
  • Loading branch information
atalman and mthrok authored Feb 15, 2022
1 parent 2539a82 commit c877de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/pkg_helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ setup_wheel_python() {
3.7) python_abi=cp37-cp37m ;;
3.8) python_abi=cp38-cp38 ;;
3.9) python_abi=cp39-cp39 ;;
3.9) python_abi=cp310-cp310 ;;
3.10) python_abi=cp310-cp310 ;;
*)
echo "Unrecognized PYTHON_VERSION=$PYTHON_VERSION"
exit 1
Expand Down

0 comments on commit c877de4

Please sign in to comment.