fix(ci): pin PyArmor to 8.5.3 in reusable skill release
Made-with: Cursor
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user