File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11
11
- run : sudo add-apt-repository ppa:deadsnakes
12
12
- run : sudo apt-get update
13
13
- run : sudo apt-get install python3.13-nogil
14
- - run : python3.13t -m pip install https://pyarmor.dashingsoft.com/downloads/temp/pyarmor.mini-1.0-cp313t-none-manylinux1_x86_64.whl
14
+ - run : wget https://pyarmor.dashingsoft.com/downloads/temp/pyarmor_mini.tar.gz
15
+ - run : tar xzf pyarmor_mini.tar.gz
16
+ - run : cp linux.x86_64/libs/cp3.13t/pyarmor_minit.so .
15
17
- run : python3.13t -c "import pyarmor_mini"
16
18
# - run: wget https://pyarmor.dashingsoft.com/downloads/temp/pyarmor-smoke-test.tar.gz
17
19
# - run: tar xzf pyarmor-smoke-test.tar.gz
25
27
runs-on : macos-13
26
28
steps :
27
29
- run : brew install python-freethreading
28
- - run : $(brew --prefix)/bin/python3.13t -m pip install https://pyarmor.dashingsoft.com/downloads/temp/pyarmor.mini-1.0-cp313t-none-macosx_10_14_x86_64.whl
30
+ - run : curl -O https://pyarmor.dashingsoft.com/downloads/temp/pyarmor_mini.tar.gz
31
+ - run : tar xzf pyarmor_mini.tar.gz
32
+ - run : cp darwin.x86_64/libs/cp3.13t/pyarmor_minit.so .
29
33
- run : $(brew --prefix)/bin/python3.13t -c "import pyarmor_mini"
You can’t perform that action at this time.
0 commit comments