forked from felixbur/nkululeko
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmake_package.sh
24 lines (23 loc) · 875 Bytes
/
make_package.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash
git add nkululeko/*py
for value in augmenting autopredict data feat_extract losses models reporting segmenting utils
do
git add nkululeko/$value/*.py
done
for data in aesdd androids androids_orig androids_test ased asvp-esd baved cafe clac cmu-mosei crema-d demos ekorpus emns emodb emofilm EmoFilm emorynlp emov-db emovo emozionalmente enterface esd gerparas iemocap jl jtes laughter-types meld mesd mess mlendsnd msp-improv msp-podcast oreau2 portuguese ravdess savee shemo subesco syntact tess thorsten-emotional urdu vivae
do
git add data/$data/*.py
git add data/$data/*.md
done
git add README.md
git add requirements.txt
git add make_package.sh
git add test_runs.sh
git add data/README.md
git add tests/*.ini
git add CHANGELOG.md ini_file.md setup.cfg
source nkululeko/constants.py
git commit -m $VERSION
git tag $VERSION
git push
git push --tags