Skip to content

Commit

Permalink
fix/release/pep440 (#135)
Browse files Browse the repository at this point in the history
* fix: use semver

* fix: disable metadata

* test: revert to pep440
  • Loading branch information
looztra authored Jun 23, 2023
1 parent 56c84a4 commit 2b2a9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ yamkix = "yamkix.__main__:main"
enable = true
vcs = "git"
style = "pep440"
metadata = true
metadata = false
dirty = true
bump = true

Expand Down

0 comments on commit 2b2a9fd

Please sign in to comment.