mirror of
https://github.com/google/sentencepiece.git
synced 2024-12-29 11:11:58 +03:00
Update wheel.yml
This commit is contained in:
parent
05021461d7
commit
b2d56f00c8
5
.github/workflows/wheel.yml
vendored
5
.github/workflows/wheel.yml
vendored
@ -40,4 +40,9 @@ jobs:
|
||||
CIBW_ARCHS_LINUX: auto aarch64
|
||||
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
|
||||
CIBW_SKIP: pp*
|
||||
CIBW_BEFORE_ALL: >
|
||||
echo "project={project} package={package} wheel={wheel}" &&
|
||||
ls -l {project} &&
|
||||
ls -l {package} &&
|
||||
ls -l {wheel}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user