File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ignore = ["E501"]
1616
1717[tool .poetry ]
1818name = " sqlalchemy-nested-mutable"
19- version = " 0.0.0 "
19+ version = " 0.0.1 "
2020readme = " README.md"
2121description = " SQLAlchemy Nested Mutable Types."
2222authors = [" Wonder <wonderbeyond@gmail.com>" ]
@@ -42,11 +42,6 @@ sqlalchemy = "^2.0"
4242psycopg2-binary = " ^2.9.6"
4343pydantic = " ^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 "
You can’t perform that action at this time.
0 commit comments