summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2024-02-16 15:55:07 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-02-16 18:29:40 +0100
commitc197c0e35e6eaa823d6ba8606df4e5a5c598a07b (patch)
tree4a62f8b0cca88dd4145e15f8f7ee84eb71a8a657 /manage
parent08e524fc35d382e51725c2778fc97615851b8bc2 (diff)
downloadsearxng-c197c0e35e6eaa823d6ba8606df4e5a5c598a07b.tar.gz
searxng-c197c0e35e6eaa823d6ba8606df4e5a5c598a07b.zip
[fix] remove twine from requirements-dev
SearXNG is a rolling release / we do not deploy packages on PyPi Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'manage')
-rwxr-xr-xmanage15
1 files changed, 0 insertions, 15 deletions
diff --git a/manage b/manage
index 712a41391..efb6c265a 100755
--- a/manage
+++ b/manage
@@ -109,8 +109,6 @@ pyenv.:
uninstall : uninstall developer installation
cmd ... : run command ... in virtualenv
OK : test if virtualenv is OK
-pypi.upload:
- Upload python packages to PyPi (to test use pypi.upload.test)
format.:
python : format Python code source using black
pygments.:
@@ -334,19 +332,6 @@ pyenv.uninstall() {
}
-pypi.upload() {
- py.clean
- py.build
- # https://github.com/pypa/twine
- pyenv.cmd twine upload "${PYDIST}"/*
-}
-
-pypi.upload.test() {
- py.clean
- py.build
- pyenv.cmd twine upload -r testpypi "${PYDIST}"/*
-}
-
format.python() {
build_msg TEST "[format.python] black \$BLACK_TARGETS"
pyenv.cmd black "${BLACK_OPTIONS[@]}" "${BLACK_TARGETS[@]}"