mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 15:31:00 +00:00
Fix publish package workflow
This commit is contained in:
parent
165eb5e49a
commit
f95ec7e6e1
1 changed files with 1 additions and 0 deletions
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/*
|
||||
|
|
Loading…
Reference in a new issue