Skip to content

Commit 11e63d5

Browse files
feat(mathy_alpha_sm): add deploy for small model
1 parent ca8fa39 commit 11e63d5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
run: sh tools/deploy.sh
30-
- name: Deploy Packages
30+
- name: Deploy mathy
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
3434
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3535
run: cd libraries/mathy_python && sh tools/deploy.sh
36+
- name: Deploy mathy_alpha_sm
37+
env:
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
40+
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
41+
run: cd libraries/mathy_alpha_sm && sh tools/deploy.sh

0 commit comments

Comments
 (0)