tamil added
This commit is contained in:
@@ -25,6 +25,9 @@ jobs:
|
||||
|
||||
- name: Build Spanish pack
|
||||
run: python -m build packages/langs/es
|
||||
|
||||
- name: Build Tamil pack
|
||||
run: python -m build packages/langs/ta
|
||||
|
||||
- name: Publish to PyPI
|
||||
env:
|
||||
@@ -33,6 +36,8 @@ jobs:
|
||||
run: |
|
||||
twine upload --skip-existing packages/foreignthon/dist/*
|
||||
twine upload --skip-existing packages/langs/es/dist/*
|
||||
twine upload --skip-existing packages/langs/ta/dist/*
|
||||
|
||||
|
||||
- name: Create Gitea release with assets
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user