From b2e93b14c7354611f7c84f155ab428e7dac583ff Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Tue, 12 Nov 2024 13:35:47 -0700 Subject: [PATCH] Use the renamed python-build package --- environment.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index f2ca7fd..5e4c823 100644 --- a/environment.yml +++ b/environment.yml @@ -21,6 +21,6 @@ dependencies: - notebook - matplotlib - cartopy - - build + - python-build - twine - zest.releaser diff --git a/pyproject.toml b/pyproject.toml index 1df46e2..c428b24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "nox", ] build = [ - "build", + "python-build", "twine", "zest.releaser" ]