We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75723e3 commit e7bd2adCopy full SHA for e7bd2ad
.github/workflows/python-publish.yml
@@ -17,6 +17,8 @@ jobs:
17
id-token: write
18
steps:
19
- uses: actions/checkout@v4
20
+ with:
21
+ fetch-depth: 0
22
23
- name: Set up Python 3.9
24
uses: actions/setup-python@v4
pyproject.toml
@@ -42,6 +42,8 @@ build-backend = "poetry.core.masonry.api"
42
[tool.poetry-dynamic-versioning]
43
enable = true
44
vcs = "git"
45
+metadata = false
46
+format = "{base}"
47
48
[tool.poetry-dynamic-versioning.substitution]
49
files = ["dowhy/__init__.py"]
0 commit comments