mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-14 05:52:55 +00:00
update references to scripts
This commit is contained in:
parent
c18a8d4855
commit
75869e30ab
2 changed files with 6 additions and 6 deletions
4
.github/workflows/publish-package.yml
vendored
4
.github/workflows/publish-package.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install pytest flake8
|
||||
pip install .
|
||||
python compile_locales.py
|
||||
python scripts/compile_locales.py
|
||||
|
||||
- name: Check code style with flake8 (lint)
|
||||
run: |
|
||||
|
@ -61,6 +61,6 @@ jobs:
|
|||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||
run: |
|
||||
python compile_locales.py
|
||||
python scripts/compile_locales.py
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue