From 83e363f8e0a55265b87fdb9fbe2c53f76f11f3a2 Mon Sep 17 00:00:00 2001 From: Leonardo Uieda Date: Wed, 20 Sep 2023 15:13:03 -0300 Subject: [PATCH] Fix version number for uploading to TestPyPI (#48) The `sed` command for replacement wasn't working because the configuration option didn't exist. Add it back so that the push to Test PyPI works. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 029fb0d..232977f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta" [tool.setuptools_scm] version_scheme = "post-release" +local_scheme = "node-and-date" write_to = "xlandsat/_version_generated.py" # Make sure isort and Black are compatible