Skip to content

Commit

Permalink
Fix the release with unfortunate version name containing
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Oct 25, 2023
1 parent 3621e4b commit 9b7d269
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ dist
build
**/__pycache__
**/qfieldcloud_sdk.egg-info
**/qfieldcloud_sdk_python.egg-info
.env
Pipfile*
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ dependencies = { file = ["requirements.txt"] }

[tool.setuptools-git-versioning]
enabled = true
template = "{tag}"
dev_template = "{tag}"
dirty_template = "{tag}"

0 comments on commit 9b7d269

Please sign in to comment.