Skip to content
Snippets Groups Projects

use no local version to be able to push to test.pypi.org

Merged Sebastian Müller requested to merge test-pypi-fix into main
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -71,6 +71,9 @@ test = [
source = "vcs"
fallback_version = "0.0.0.dev0"
[tool.hatch.version.raw-options]
local_scheme = "no-local-version"
[tool.hatch.build.hooks.vcs]
version-file = "src/finam/_version.py"
template = "__version__ = '{version}'"
Loading