Skip to content

Commit 6843a7f

Browse files
committed
Fix bug
1 parent 3a2d213 commit 6843a7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pyarmor-smoke-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
test-mini-windows:
88
runs-on: windows-latest
99
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
1313
- run: echo "print('Hello')" > foo.py
1414
- run: pyarmor init -e foo.py
1515
- run: pyarmor build --mini

0 commit comments

Comments
 (0)