I'm using python 2.7.18 and I'm forced to use pyarmor version <8.0 (7.7.4). Since there were crucial changes in pyarmor 8.0 (there is no more web Api ), the command I used for obfuscation "pyarmor register <key_file>" is obsolete and I need to change it with:
pyarmor register /path/_to_the_zip_file/
Is there any other way where pyarmor archive can be stored, instead having it stored on the repository? Repository settings allows to have secret variables, but not to upload files or archives which can be later used during CI/CD procedure.
Any help appreciated.