We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e44f79 commit cc16ab1Copy full SHA for cc16ab1
.github/workflows/test-runner-actions.yml
@@ -50,9 +50,9 @@ jobs:
50
# You can test your matrix by printing the current Python version
51
- name: Display Python version
52
run: python -c "import sys; print(sys.version)"
53
- - run: wget https://pyarmor.dashingsoft.com/downloads/temp/citest5829.tar.gz
54
- - run: tar xzf citest5829.tar.gz
+ - run: wget https://pyarmor.dashingsoft.com/downloads/temp/citest58290.tar.gz
+ - run: tar xzf citest58290.tar.gz
55
- run: pip install citest/pyarmor_cli_core-8.1.0-cp310-none-manylinux1_x86_64.whl
56
- - run: pip install citest/pyarmor_cli-9.2.0.tar.gz
+ - run: pip install citest/pyarmor-9.2.0.tar.gz
57
- run: pyarmor reg citest/pyarmor-ci-8000.zip
58
- run: pyarmor gen --enable-rft citest/foo.py
0 commit comments