You've already forked LibreTranslate
mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-07-12 22:22:02 +02:00
Fix publish package workflow
This commit is contained in:
1
.github/workflows/publish-package.yml
vendored
1
.github/workflows/publish-package.yml
vendored
@ -61,6 +61,7 @@ jobs:
|
||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||
run: |
|
||||
pip install Babel==2.11.0
|
||||
python scripts/compile_locales.py
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
||||
|
Reference in New Issue
Block a user