Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated CI cfg, osx wheels script
  • Loading branch information
Panos authored and pkittenis committed Dec 3, 2022
commit 4f5366a016fe3764e8afffab206b9ac140e490ff
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- run:
name: deps
command: |
brew install cmake git-lfs krb5 python
brew install cmake git-lfs krb5 python libssh
pip3 install twine
which twine
- run:
Expand Down Expand Up @@ -161,10 +161,10 @@ workflows:
parameters:
xcode_ver:
- "14.0.0"
# - "13.1.0"
- "13.1.0"
context: Docker
# filters:
# tags:
# only: /.*/
# branches:
# ignore: /.*/
filters:
tags:
only: /.*/
branches:
ignore: /.*/
2 changes: 1 addition & 1 deletion ci/osx-wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set -x
python -V
pip3 install -U setuptools pip
pip3 install -U delocate wheel
python3 setup.py bdist_wheel
SYSTEM_LIBSSH=1 python3 setup.py bdist_wheel
ls -lhtr /usr/local/lib/
delocate-listdeps dist/*.whl
delocate-wheel -v -w wheels dist/*.whl
Expand Down