Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 7501109

Browse files
chore: add package pipeline for 4 os change compression level
1 parent d2400b1 commit 7501109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
$pythonFolder = Split-Path -Path "$pythonPath" -Parent
106106
echo "PYTHON_FOLDER=$pythonFolder" >> $env:GITHUB_ENV
107107
108-
Move-Item -Path "$pythonFolder\python*.*" -Destination "$pythonFolder\Scripts\" -Force
108+
Copy-Item -Path "$pythonFolder\python*.*" -Destination "$pythonFolder\Scripts\" -Force -Recurse
109109
110110
- name: prepare python package unix
111111
if : runner.os != 'windows'
@@ -126,7 +126,7 @@ jobs:
126126
name: ${{env.MODEL_NAME}}-${{ matrix.os }}-${{ matrix.name }}
127127
path: ${{env.PYTHON_FOLDER}}
128128
include-hidden-files: true
129-
compression-level: 0
129+
compression-level: 9
130130

131131
codesign:
132132
runs-on: macos-latest

0 commit comments

Comments
 (0)