update references to scripts

This commit is contained in:
dingedi 2023-01-12 14:23:43 +01:00
parent c18a8d4855
commit 75869e30ab
No known key found for this signature in database
GPG key ID: EE23A12D271A3CED
2 changed files with 6 additions and 6 deletions

View file

@ -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/*