Skip to content

Commit 7909348

Browse files
committed
Prepare for the next release [no ci]
1 parent 0651a18 commit 7909348

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# Checkout the latest tag - the one we just created.
7878
git fetch --tags
7979
git checkout "$(git describe --tags "$(git rev-list --tags --max-count=1)")"
80-
python -m pip install build
80+
python -m pip install build check-wheel-contents
8181
python -m build --sdist --wheel --outdir dist/ .
8282
check-wheel-contents dist/*.whl
8383

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changelog
44
Next
55
----
66

7+
- Fix installation on Windows now that ``numpy`` 2.0.0 has been released.
8+
79
2024.02.16
810
------------
911

0 commit comments

Comments
 (0)