File tree Expand file tree Collapse file tree 7 files changed +24
-6
lines changed Expand file tree Collapse file tree 7 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 4242 # Upload the results as artifacts (optional). Commenting out will disable
4343 # uploads of run results in SARIF format to the repository Actions tab.
4444 - name : " Upload artifact"
45- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
45+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
4646 with :
4747 name : SARIF file
4848 path : results.sarif
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 CIBW_PRERELEASE_PYTHONS : True
124124 CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
125125
126- - uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
126+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
127127 with :
128128 name : ${{ matrix.python }}-${{ startsWith(matrix.buildplat[1], 'macosx') && 'macosx' || matrix.buildplat[1] }}
129129 path : ./wheelhouse/*.whl
@@ -210,7 +210,7 @@ jobs:
210210 python -mpip install twine
211211 twine check dist/*
212212
213- - uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
213+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
214214 with :
215215 name : sdist
216216 path : ./dist/*
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Release notes
55.. toctree ::
66 :maxdepth: 3
77
8+ 1.26.5 <release/1.26.5-notes >
89 1.26.4 <release/1.26.4-notes >
910 1.26.3 <release/1.26.3-notes >
1011 1.26.2 <release/1.26.2-notes >
Original file line number Diff line number Diff line change 1+ .. currentmodule :: numpy
2+
3+ ==========================
4+ NumPy 1.26.5 Release Notes
5+ ==========================
6+
7+ NumPy 1.26.5 is a maintenance release that fixes bugs and regressions
8+ discovered after the 1.26.4 release. The Python versions supported by this
9+ release are 3.9-3.12.
10+
11+
12+ Contributors
13+ ============
14+
15+
16+ Pull requests merged
17+ ====================
Original file line number Diff line number Diff line change 3838#-----------------------------------
3939
4040# Path to the release notes
41- RELEASE_NOTES = 'doc/source/release/1.26.4 -notes.rst'
41+ RELEASE_NOTES = 'doc/source/release/1.26.5 -notes.rst'
4242
4343
4444#-------------------------------------------------------
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ requires = [
77
88[project ]
99name = " numpy"
10- version = " 1.26.4 "
10+ version = " 1.26.5 "
1111# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
1212license = {file = " LICENSE.txt" }
1313
Original file line number Diff line number Diff line change 33# to avoid building with Meson (e.g., in the Emscripten/Pyodide CI job)
44[project]
55name = "numpy"
6- version = "1.26.4 "
6+ version = "1.26.5 "
77
88[build-system]
99requires = [
You can’t perform that action at this time.
0 commit comments