mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-03 11:47:44 +00:00
feat: add Python wheel release pipeline and TestPyPI publish fixes
This commit is contained in:
@@ -26,10 +26,7 @@ filterwarnings = [
|
||||
[tool.hatch.version]
|
||||
source = "regex"
|
||||
path = "../lib/VERSION"
|
||||
pattern = "(?P<version>\\d+\\.\\d+\\.\\d+)"
|
||||
pattern = "(?P<version>\\d+\\.\\d+\\.\\d+(?:\\.dev\\d+)?)"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["quantalib"]
|
||||
|
||||
[tool.hatch.build.targets.wheel.force-include]
|
||||
"quantalib/native" = "quantalib/native"
|
||||
Reference in New Issue
Block a user