Explorar el Código

ci: compile the translations before building

tags/v0.5.0
Jérôme Deuchnord hace 4 años
padre
commit
1c657b11b5
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: BC6F3C345B7D33B0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/release.yml Ver fichero

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

Cargando…
Cancelar
Guardar