Browse Source

chore: fix release

pull/359/head
Eugenio Parodi 🌶️ 12 months ago
parent
commit
8ef6ae8f6f
  1. 1
      .github/workflows/release.yml
  2. 2
      setup.dumbPaintTool.py
  3. 2
      setup.ttkDesigner.py

1
.github/workflows/release.yml

@ -68,6 +68,7 @@ jobs:
git add \
TermTk/TTkCore/cfg.py \
TermTk/__init__.py \
setup.* \
CHANGELOG.md
git commit -m "chore: updated version to ${_VERSION}"
git push

2
setup.dumbPaintTool.py

@ -43,7 +43,7 @@ setup(
package_data={'dumbPaintTool': ['tui/*']},
python_requires=">=3.9",
install_requires=[
'pyTermTk>=0.41.0a1',
'pyTermTk>=',
'pyperclip',
'Pillow'],
entry_points={

2
setup.ttkDesigner.py

@ -39,7 +39,7 @@ setup(
package_data={'ttkDesigner': ['tui/*']},
python_requires=">=3.9",
install_requires=[
'pyTermTk>=0.41.0a1',
'pyTermTk>=',
'pyperclip',
'Pillow'],
entry_points={

Loading…
Cancel
Save