Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
FBurkhardt committed Oct 19, 2023
1 parent 534da23 commit 81d753e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions make_package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/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 data/README.md
git add CHANGELOG.md ini_file.md
source nkululeko/constants.py
git commit -m $VERSION
git tag $VERSION
git push
git push --tags

0 comments on commit 81d753e

Please sign in to comment.