瀏覽代碼

ci: compile the translations before building

tags/v0.5.0
Jérôme Deuchnord 4 年之前
父節點
當前提交
1c657b11b5
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: BC6F3C345B7D33B0
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/release.yml 查看文件

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

Loading…
取消
儲存