We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ec940 commit 6a2da94Copy full SHA for 6a2da94
2 files changed
.github/workflows/publish.yaml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
publish-pypi:
11
- name: Publish to PyPI (on tag)
+ name: Publish to PyPI
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
pyproject.toml
@@ -53,4 +53,4 @@ disallow_untyped_decorators = false
53
54
[tool.poetry-dynamic-versioning]
55
enable = true
56
-format-jinja = "{{base}}{% if major == 0 and minor == 0 and patch == 0 %}.{{ timestamp }}{% endif %}"
+format-jinja = "{{base}}{% if major == 0 and minor == 0 and patch == 0 %}.dev{{ timestamp }}{% endif %}"
0 commit comments