Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Nov 25, 2024
1 parent 558c55e commit b4c18a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def generate_wheels_matrix(
) -> List[Dict[str, str]]:
package_type = "wheel"

if python_versions is None:
if not python_versions:
# Define default python version
python_versions = list(PYTHON_ARCHES)

Expand Down

0 comments on commit b4c18a3

Please sign in to comment.