Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong version numbers for PyPI releases (#216)
For test releases to TestPyPI we have to edit the setuptools_scm configuration to produce valid version numbers. But it turns out that this breaks the number for actual releases. To fix it, only edit the configuration on non-release builds.
- Loading branch information