Skip to content

Commit 0744f3e

Browse files
committed
build(deps): Remove twine
`poetry publish` will do this after #347
1 parent eba12c8 commit 0744f3e

File tree

2 files changed

+1
-101
lines changed

2 files changed

+1
-101
lines changed

poetry.lock

+1-97
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

-4
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,12 @@ isort = "*"
7373
### Lint ###
7474
flake8 = "*"
7575

76-
### Deploy ###
77-
twine = "*"
78-
7976
[tool.poetry.extras]
8077
docs = ["sphinx", "myst_parser", "sphinx-issues", "alagitpull", "sphinx-autodoc-typehints"]
8178
test = ["pytest", "pytest-rerunfailures", "pytest-mock", "tox", "tox-poetry-installer"]
8279
coverage = ["codecov", "coverage", "pytest-cov"]
8380
format = ["black", "isort"]
8481
lint = ["flake8"]
85-
deploy = ["twine"]
8682

8783
[build-system]
8884
requires = ["poetry_core>=1.0.0"]

0 commit comments

Comments
 (0)