Skip to content
Snippets Groups Projects
Commit 1816c1f9 authored by Sebastian Müller's avatar Sebastian Müller 🐈
Browse files

Merge branch 'test-pypi-fix' into 'main'

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

Closes #100

See merge request !249
parents 298628d7 e5762272
No related branches found
No related tags found
1 merge request!249use no local version to be able to push to test.pypi.org
Pipeline #145490 passed with stages
in 5 minutes and 2 seconds
......@@ -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}'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment