From 5074f55ea3f211ebfd565730be71c05bcc76d9d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parodi=2C=20Eugenio=20=F0=9F=8C=B6?= Date: Mon, 31 Mar 2025 11:17:31 +0100 Subject: [PATCH] chore: removed the dash in the setup version to keep it compliant to the pypi release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d78aeb34..9cac79a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: TermTk/TTkCore/cfg.py \ TermTk/__init__.py sed -i \ - "s|'pyTermTk>=.*',|'pyTermTk>=${_VERSION}',|" \ + "s|'pyTermTk>=.*',|'pyTermTk>=${_VERSION/-/}',|" \ setup.* cp TermTk/CHANGELOG.md CHANGELOG.md git add \