浏览代码
ci: compile the translations before building
tags/v0.5.0
找不到此签名对应的密钥
GPG 密钥 ID: BC6F3C345B7D33B0
共有
1 个文件被更改,包括
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/* |