Parcourir la source

ci: compile the translations before building

tags/v0.5.0
Jérôme Deuchnord il y a 4 ans
Parent
révision
1c657b11b5
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: BC6F3C345B7D33B0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/release.yml Voir le fichier

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

Chargement…
Annuler
Enregistrer