Skip to content

Commit 45c51e7

Browse files
Merge pull request #2147 from VWS-Python/prep-release
Prepare for the next release [no ci]
2 parents 07629da + ae31ae0 commit 45c51e7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Changelog
44
Next
55
----
66

7-
2024.07.02
8-
------------
7+
- Fix installation on Windows now that ``numpy`` 2.0.0 has been released.
98

109
2024.02.16
1110
------------

0 commit comments

Comments
 (0)