Skip to content

Commit

Permalink
chore: add package pipeline for 4 os change compression level
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoangthuan99 committed Dec 9, 2024
1 parent d2400b1 commit 7501109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
$pythonFolder = Split-Path -Path "$pythonPath" -Parent
echo "PYTHON_FOLDER=$pythonFolder" >> $env:GITHUB_ENV
Move-Item -Path "$pythonFolder\python*.*" -Destination "$pythonFolder\Scripts\" -Force
Copy-Item -Path "$pythonFolder\python*.*" -Destination "$pythonFolder\Scripts\" -Force -Recurse
- name: prepare python package unix
if : runner.os != 'windows'
Expand All @@ -126,7 +126,7 @@ jobs:
name: ${{env.MODEL_NAME}}-${{ matrix.os }}-${{ matrix.name }}
path: ${{env.PYTHON_FOLDER}}
include-hidden-files: true
compression-level: 0
compression-level: 9

codesign:
runs-on: macos-latest
Expand Down

0 comments on commit 7501109

Please sign in to comment.