From 5f5c49fdba12e46b1c21f961994af73c433a80b7 Mon Sep 17 00:00:00 2001 From: Jeong-Yoon Lee Date: Mon, 30 Sep 2024 13:21:16 -0700 Subject: [PATCH] update the cibuildwheel version to 2.21 --- .github/workflows/python-publish.yml | 2 +- docs/changelog.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index d02c7977..1a78cc7c 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -47,7 +47,7 @@ jobs: fetch-depth: 0 submodules: true - - uses: pypa/cibuildwheel@v2.17 + - uses: pypa/cibuildwheel@v2.21 - name: Upload wheels uses: actions/upload-artifact@v4 diff --git a/docs/changelog.rst b/docs/changelog.rst index 4fae8a3c..ad6291b9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,8 @@ Changelog ========= +You can find the latest changes in the `GitHub releases `_ + 0.15.1 (Apr 2024) ----------------- * This release fixes the build failure on macOS and a few bugs in ``UpliftTreeClassifier``.