Browse Source

chore: testing deploy (#338)

pull/339/head
Pier CeccoPierangioliEugenio 12 months ago committed by GitHub
parent
commit
4dc5d733ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/release.yml
  2. 2
      TermTk/__init__.py

4
.github/workflows/release.yml

@ -56,8 +56,8 @@ jobs:
run: |
mkdir -p tmp
find TermTk/ -name "*.py" |
sort | xargs tar cvzf tmp/TermTk.tgz -C ../../tmp
find tutorial -name '*.py' -o -name '*.json' |
sort | xargs tar cvzf tmp/TermTk.tgz
find tutogit checkou rial -name '*.py' -o -name '*.json' |
sort | xargs tar cvzf tmp/tutorial.tgz
find \
demo/paint.py \

2
TermTk/__init__.py

@ -11,4 +11,4 @@ from .TTkCrossTools import *
TTkCfg.theme = TTkTheme()
# Dummy
# Dummy - 2
Loading…
Cancel
Save