Skip to content

Commit

Permalink
Change verison to python version to not confuse sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
MOmarMiraj committed Sep 26, 2024
1 parent 64a4db1 commit da78fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/release/scripts/prep-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ update_and_validate_version
update_and_validate_build

# Acquire the wheels for different OS
for version in "${python_versions[@]}"; do
pyenv local $version
for python_version in "${python_versions[@]}"; do
pyenv local $python_version
build_wheels Darwin x86_64
build_wheels Darwin arm64
build_wheels Linux x86_64
Expand Down

0 comments on commit da78fc1

Please sign in to comment.