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 13
13
- run : sudo apt-get install python3.13-nogil
14
14
- run : wget https://pyarmor.dashingsoft.com/downloads/temp/pyarmor_mini.tar.gz
15
15
- run : tar xzf pyarmor_mini.tar.gz
16
- - run : cp linux.x86_64/libs/cp3.13t/pyarmor_minit.so .
16
+ - run : cp -a linux.x86_64/libs/cp3.13t/pyarmor_minit.so pyarmor_mini.so
17
17
- run : python3.13t -c "import pyarmor_minit"
18
18
# - run: wget https://pyarmor.dashingsoft.com/downloads/temp/pyarmor-smoke-test.tar.gz
19
19
# - run: tar xzf pyarmor-smoke-test.tar.gz
29
29
- run : brew install python-freethreading
30
30
- run : curl -O https://pyarmor.dashingsoft.com/downloads/temp/pyarmor_mini.tar.gz
31
31
- run : tar xzf pyarmor_mini.tar.gz
32
- - run : cp darwin.x86_64/libs/cp3.13t/pyarmor_minit.so .
33
- - run : $(brew --prefix)/bin/python3.13t -c "import pyarmor_minit "
32
+ - run : cp -a darwin.x86_64/libs/cp3.13t/pyarmor_minit.so pyarmor_mini.so
33
+ - run : $(brew --prefix)/bin/python3.13t -c "import pyarmor_mini "
You can’t perform that action at this time.
0 commit comments