We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07629da + ae31ae0 commit 45c51e7Copy full SHA for 45c51e7
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
77
# Checkout the latest tag - the one we just created.
78
git fetch --tags
79
git checkout "$(git describe --tags "$(git rev-list --tags --max-count=1)")"
80
- python -m pip install build
+ python -m pip install build check-wheel-contents
81
python -m build --sdist --wheel --outdir dist/ .
82
check-wheel-contents dist/*.whl
83
CHANGELOG.rst
@@ -4,8 +4,7 @@ Changelog
4
Next
5
----
6
7
-2024.07.02
8
-------------
+- Fix installation on Windows now that ``numpy`` 2.0.0 has been released.
9
10
2024.02.16
11
------------
0 commit comments