Skip to content

Commit

Permalink
Fix version number for uploading to TestPyPI (#48)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
leouieda authored Sep 20, 2023
1 parent 2e29b77 commit 83e363f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83e363f

Please sign in to comment.