ソースを参照

ci: compile the translations before building

tags/v0.5.0
コミット
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/*

読み込み中…
キャンセル
保存