diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a7cb9ea5e0052..3d4244861d53d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -17,9 +17,6 @@ on: # Manual run workflow_dispatch: -env: - SCIKIT_LEARN_VERSION: 0.24.dev0 - jobs: # Check whether to build the wheels and the source tarball check_build_trigger: @@ -84,8 +81,7 @@ jobs: env: CONFTEST_PATH: ${{ github.workspace }}/conftest.py CONFTEST_NAME: conftest.py - CIBW_ENVIRONMENT: WHEEL_DIRNAME=scikit_learn-$SCIKIT_LEARN_VERSION - OMP_NUM_THREADS=2 + CIBW_ENVIRONMENT: OMP_NUM_THREADS=2 OPENBLAS_NUM_THREADS=2 SKLEARN_SKIP_NETWORK_TESTS=1 SKLEARN_BUILD_PARALLEL=3 diff --git a/build_tools/github/repair_windows_wheels.sh b/build_tools/github/repair_windows_wheels.sh index eb937e83b7aa4..de564fc177c89 100644 --- a/build_tools/github/repair_windows_wheels.sh +++ b/build_tools/github/repair_windows_wheels.sh @@ -10,6 +10,7 @@ BITNESS=$3 # By default, the Windows wheels are not repaired. # In this case, we need to vendor VCRUNTIME140.dll wheel unpack "$WHEEL" +WHEEL_DIRNAME=$(ls -d scikit_learn-*) python build_tools/github/vendor.py "$WHEEL_DIRNAME" "$BITNESS" wheel pack "$WHEEL_DIRNAME" -d "$DEST_DIR" rm -rf "$WHEEL_DIRNAME" diff --git a/doc/templates/index.html b/doc/templates/index.html index ddbcbc005526b..353927fb0174d 100644 --- a/doc/templates/index.html +++ b/doc/templates/index.html @@ -155,6 +155,8 @@

News