Browse Source

chore: removed the dash in the setup version to keep it compliant to the pypi release

pull/362/head
Parodi, Eugenio 🌶 12 months ago
parent
commit
5074f55ea3
  1. 2
      .github/workflows/release.yml

2
.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 \

Loading…
Cancel
Save