feat(poetry): add twine to development dependencies
Some checks are pending
Build and Publish / build-and-publish (push) Waiting to run
Some checks are pending
Build and Publish / build-and-publish (push) Waiting to run
Signed-off-by: Max P. <Mail@MPassarello.de>
This commit is contained in:
@@ -20,3 +20,6 @@ repocat = "repocat.__main__:main"
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=2.0.0"]
|
requires = ["poetry-core>=2.0.0"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
|
[tool.poetry.group.dev.dependencies]
|
||||||
|
twine = "^6.1.0"
|
||||||
|
Reference in New Issue
Block a user