From 638d86370b5f95b4cb91bd1634dd2176deebb19d Mon Sep 17 00:00:00 2001 From: Igor Bari Date: Mon, 3 Jun 2024 12:05:25 +0200 Subject: [PATCH] switch to publish tool published to pypi --- .github/renovate.json | 7 +------ requirements.txt | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index bb18c1c..0a93d33 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,10 +10,5 @@ "matchPackagePatterns": ["*"] } ], - "labels": ["dependencies"], - "enabledManagers": ["github-actions", "npm", "pip_requirements"], - "pip_requirements": { - "enabled": true, - "fileMatch": ["requirements.txt"] - } + "labels": ["dependencies"] } diff --git a/requirements.txt b/requirements.txt index ab21c8c..5136496 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -https://github.com/mucsi96/publish-tools/releases/download/version-9/publish_tools-9.0.0-py2.py3-none-any.whl +mucsi96.publish-tools == 21.0.0 \ No newline at end of file