Skip to content

Commit

Permalink
Prepare 0.10.6 release
Browse files Browse the repository at this point in the history
Remove broken TravisCI badge

Fix readme examples typo
  • Loading branch information
HexDecimal committed Nov 22, 2023
1 parent 979c7ef commit 876c751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Releases

* [Unreleased]

* [0.10.6] - 2023-11-21

* Dependencies can be manually excluded with the ``--exclude <name>`` flag.
[#106](https://github.com/matthew-brett/delocate/pull/106)
* Non-portable rpaths can be cleaned up using the ``--sanitize-rpaths`` flag.
Expand Down
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. image:: https://img.shields.io/pypi/v/delocate
:target: https://pypi.org/project/delocate/
.. image:: https://travis-ci.org/matthew-brett/delocate.svg?branch=master
:target: https://travis-ci.org/matthew-brett/delocate
.. image:: https://codecov.io/gh/matthew-brett/delocate/branch/master/graph/badge.svg?token=wvAWRBK5Di
:target: https://codecov.io/gh/matthew-brett/delocate

Expand Down Expand Up @@ -189,7 +187,7 @@ That is what the ``delocate-fuse`` command does.

Let's say you have built an ARM and Intel wheel, called, respectively:

* ``scipy-1.9.3-cp311-cp311-macosx_11_0_arm64.whl``
* ``scipy-1.9.3-cp311-cp311-macosx_12_0_arm64.whl``
* ``scipy-1.9.3-cp311-cp311-macosx_10_9_x86_64.whl``

Then you could create a new fused (``universal2``) wheel in the `tmp`
Expand Down

0 comments on commit 876c751

Please sign in to comment.