Update build files

This commit is contained in:
Piero Toffanin 2023-01-06 11:58:32 -05:00
parent 58350d868c
commit 7e2b7fbabf
4 changed files with 8 additions and 4 deletions

View file

@ -26,6 +26,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest flake8
pip install .
python compile_locales.py
- name: Check code style with flake8 (lint)
run: |
@ -60,5 +61,6 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python compile_locales.py
python setup.py sdist bdist_wheel
twine upload dist/*