Skip to content

Commit

Permalink
Merge pull request #404 from phargogh/release/2.4.5
Browse files Browse the repository at this point in the history
Update HISTORY.rst for 2.4.5 release.
  • Loading branch information
dcdenu4 authored Oct 8, 2024
2 parents e59c09c + 25a1bab commit 0ea1bc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-py-dists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build wheel
run: python -m build --wheel

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: Wheel for ${{ matrix.os }} ${{ matrix.python-version }}
path: dist
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build source distribution
run: python -m build --sdist

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: Source distribution
path: dist
4 changes: 3 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Release History
===============

Unreleased Changes
.. Unreleased Changes
2.4.5 (2024-10-08)
------------------
* Updating for numpy 2.0 API changes. Pygeoprocessing is now compatible with
numpy 2.0 and later. https://github.com/natcap/pygeoprocessing/issues/396
Expand Down

0 comments on commit 0ea1bc6

Please sign in to comment.