Skip to content

Commit

Permalink
Fix delocate version (#2305)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsi authored Aug 6, 2021
1 parent c94bc86 commit ce1f152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Pre-commit Checks

on: [push, pull_request_target]
on: [push, pull_request]

jobs:
checks:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ else
cp *.whl dist/

if [[ "$UNAME" == "darwin" ]]; then
pip install delocate
pip install delocate==0.8.2
delocate-wheel dist/*.whl
delocate-addplat --rm-orig -x 10_9 -x 10_10 dist/*.whl
fi
Expand Down

0 comments on commit ce1f152

Please sign in to comment.