From cc84cea90db5dcc027412acb0843dca0d7ab794e Mon Sep 17 00:00:00 2001 From: David Hoese Date: Tue, 13 Aug 2024 13:13:55 -0500 Subject: [PATCH] Update release instructions to use pyproject.toml instead of setup.py --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index 213f3218..9ebfa098 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,6 +1,6 @@ # Releasing the Polar2Grid Python Package -1. Update setup.py with the new version. +1. Update pyproject.toml with the new version. 2. Create a git tag for the new version: ```bash