Skip to content

Commit ba02407

Browse files
committed
uncomment enforce latest code
1 parent e722247 commit ba02407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/release/scripts/build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ build_wheels() {
7979
}
8080

8181
# Ensure that the current working directory is clean and building of wheels is made off of latest main
82-
# enforce_latest_code
82+
enforce_latest_code
8383

8484
# Acquire the wheels for different OS
8585
for python_version in "${python_versions[@]}"; do

0 commit comments

Comments
 (0)