File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
test-mini-windows :
8
8
runs-on : windows-latest
9
9
steps :
10
- - run : pip install https://pyarmor.dashingsoft.com/downloads/temp/pyarmor.cli.core-dev -win_amd64.whl
11
- - run : pip install https://pyarmor.dashingsoft.com/downloads/temp/pyarmor.cli-dev .tar.gz
12
- - run : pip install https://pyarmor.dashingsoft.com/downloads/temp/pyarmor.mini-dev -win_amd64.whl
10
+ - run : pip install https://pyarmor.dashingsoft.com/downloads/temp/pyarmor.cli.core-7.6.5-cp39-none -win_amd64.whl
11
+ - run : pip install https://pyarmor.dashingsoft.com/downloads/temp/pyarmor.cli-9.1.1 .tar.gz
12
+ - run : pip install https://pyarmor.dashingsoft.com/downloads/temp/pyarmor.mini-1.1-cp39-none -win_amd64.whl
13
13
- run : echo "print('Hello')" > foo.py
14
14
- run : pyarmor init -e foo.py
15
15
- run : pyarmor build --mini
You can’t perform that action at this time.
0 commit comments