Skip to content

Commit

Permalink
ci debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeucler2018 committed Feb 14, 2024
1 parent 9e83624 commit cfb9214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

steps:
- name: report dist
run: ls -la dist/
run: ls -la


# upload_pypi:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
# Configure cibuildwheel to build native archs, and some emulated ones
# CIBW_ARCHS_LINUX: x86_64 aarch64 # - disable ARM, as it's not working for a moment
CIBW_ARCHS_MACOS: x86_64 arm64 # - macos is disabled for a moment
CIBW_ARCHS_MACOS: x86_64 # arm64 # - macos is disabled for a moment
CIBW_BUILD_VERBOSITY: 3 # Increase verbosity to see what's going on
# CIBW_REPAIR_WHEEL_COMMAND_LINUX: > # Print additional info from auditwheel
# auditwheel show {wheel} && auditwheel repair -w {dest_dir} {wheel}
Expand Down

0 comments on commit cfb9214

Please sign in to comment.