Browse Source

ci: compile the translations before building

tags/v0.5.0
Jérôme Deuchnord 4 years ago
parent
commit
1c657b11b5
No known key found for this signature in database GPG Key ID: BC6F3C345B7D33B0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/release.yml View File

@@ -25,5 +25,5 @@ jobs:
POEDITOR_PROJECT_ID: 306433 POEDITOR_PROJECT_ID: 306433
run: | run: |
python .scripts/build/getlangs.py python .scripts/build/getlangs.py
python setup.py sdist bdist_wheel
python setup.py compile_catalog sdist bdist_wheel
twine upload dist/* twine upload dist/*

Loading…
Cancel
Save