Skip to content

Commit

Permalink
update the cibuildwheel version to 2.21 (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongyoonlee authored Sep 30, 2024
1 parent 77c64b8 commit bb3cae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Changelog
=========

You can find the latest changes in the `GitHub releases <https://github.com/uber/causalml/releases>`_

0.15.1 (Apr 2024)
-----------------
* This release fixes the build failure on macOS and a few bugs in ``UpliftTreeClassifier``.
Expand Down

0 comments on commit bb3cae1

Please sign in to comment.