Skip to content

Commit

Permalink
Merge pull request #9 from linkml/fix-dynamic-versioning
Browse files Browse the repository at this point in the history
dynamic versioning
  • Loading branch information
cmungall authored May 2, 2024
2 parents a07a32c + 725d7db commit 2208819
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Install dependencies
run: poetry install --no-interaction

- name: Add dynamic versioning plugin
run: poetry self add "poetry-dynamic-versioning[plugin]"

- name: Build source and wheel archives
run: poetry build

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ map = ["linkml_map"]
linkml-store = "linkml_store.cli:cli"

[tool.poetry-dynamic-versioning]
enable = false
enable = true
vcs = "git"
style = "pep440"

Expand Down

0 comments on commit 2208819

Please sign in to comment.