Skip to content

Commit 6a2da94

Browse files
committed
Use dev prefix before timestamp
1 parent 79ec940 commit 6a2da94

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
publish-pypi:
11-
name: Publish to PyPI (on tag)
11+
name: Publish to PyPI
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ disallow_untyped_decorators = false
5353

5454
[tool.poetry-dynamic-versioning]
5555
enable = true
56-
format-jinja = "{{base}}{% if major == 0 and minor == 0 and patch == 0 %}.{{ timestamp }}{% endif %}"
56+
format-jinja = "{{base}}{% if major == 0 and minor == 0 and patch == 0 %}.dev{{ timestamp }}{% endif %}"

0 commit comments

Comments
 (0)