Fix publish package workflow

This commit is contained in:
Piero Toffanin 2023-02-01 17:44:45 -05:00
parent 165eb5e49a
commit f95ec7e6e1

View file

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