Skip to content

Commit 5b426a8

Browse files
committed
not use poetry-dynamic-versioning
1 parent cd14dc7 commit 5b426a8

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
with:
3434
poetry-version: "1.2.2"
3535
- run: |
36-
poetry self add "poetry-dynamic-versioning[plugin]"
3736
poetry build
3837
- name: Publish package distributions to PyPI
3938
uses: pypa/gh-action-pypi-publish@release/v1

pyproject.toml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ignore = ["E501"]
1616

1717
[tool.poetry]
1818
name = "sqlalchemy-nested-mutable"
19-
version = "0.0.0"
19+
version = "0.0.1"
2020
readme = "README.md"
2121
description = "SQLAlchemy Nested Mutable Types."
2222
authors = ["Wonder <wonderbeyond@gmail.com>"]
@@ -42,11 +42,6 @@ sqlalchemy = "^2.0"
4242
psycopg2-binary = "^2.9.6"
4343
pydantic = "^1.10.8"
4444

45-
[tool.poetry-dynamic-versioning]
46-
enable = true
47-
vcs = "git"
48-
style = 'pep440'
49-
5045
[build-system]
51-
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
52-
build-backend = "poetry_dynamic_versioning.backend"
46+
requires = ["poetry-core>=1.0.0"]
47+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)