fix(ci): pin PyArmor to 8.5.3 in reusable skill release

Made-with: Cursor
This commit is contained in:
2026-04-05 09:11:10 +08:00
parent c4521dc4b2
commit ea294472cb

View File

@@ -34,8 +34,9 @@ jobs:
steps:
- uses: http://120.25.191.12:3000/admin/actions-checkout@v4
# Pin PyArmor 8.5.3 — matches desktop python_env; PyArmor 9.x trial often fails on multi-file gen.
- name: Setup Tools
run: pip install "pyarmor>=8.5" requests python-frontmatter --break-system-packages -i https://pypi.tuna.tsinghua.edu.cn/simple
run: pip install "pyarmor==8.5.3" requests python-frontmatter --break-system-packages -i https://pypi.tuna.tsinghua.edu.cn/simple
- name: Encrypt Source Code
run: |