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

Commit 798b582

Browse files
test CI macos include hidden file
1 parent 7231a70 commit 798b582

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
@@ -3,7 +3,7 @@ name: Build and Package Python Library
33

44
on:
55
push:
6-
branches: [ feat/codesign-python-package ]
6+
branches: [ feat/python-package-ci ]
77
workflow_dispatch:
88
inputs:
99
model_dir:
@@ -146,4 +146,4 @@ jobs:
146146
with:
147147
name: ${{env.MODEL_NAME}}-mac-arm64-signed
148148
path: ${{env.MODEL_NAME}}-mac-arm64
149-
include-hidden-files: true
149+
include-hidden-files: true

0 commit comments

Comments
 (0)