Skip to content

Commit

Permalink
Merge pull request #89 from bab2min/dev_joinerror
Browse files Browse the repository at this point in the history
fixed workflows
  • Loading branch information
bab2min authored Jul 5, 2022
2 parents b387268 + dc3aa3a commit ce39f8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
mv Kiwi/ModelGenerator/combiningRule.txt model/kiwipiepy_model/
mv Kiwi/ModelGenerator/skipbigram.mdl model/kiwipiepy_model/
yum install libffi-devel -y
/opt/python/cp38-cp38/bin/python setup.py sdist
/opt/python/cp38-cp38/bin/python -m pip install twine wheel
/opt/python/cp38-cp38/bin/python -m twine upload dist/*.tar.gz
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
mv Kiwi/ModelGenerator/combiningRule.txt model/kiwipiepy_model/
mv Kiwi/ModelGenerator/skipbigram.mdl model/kiwipiepy_model/
yum install libffi-devel -y
/opt/python/cp38-cp38/bin/python setup.py sdist
/opt/python/cp38-cp38/bin/python -m pip install twine wheel
/opt/python/cp38-cp38/bin/python -m twine upload --repository testpypi dist/*.tar.gz
Expand Down

0 comments on commit ce39f8f

Please sign in to comment.