We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2bd50e + 4c26f80 commit 5a844b1Copy full SHA for 5a844b1
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
steps:
49
- uses: actions/checkout@v2
50
- name: Build wheels
51
- uses: pypa/cibuildwheel@v2.7.0
+ uses: pypa/cibuildwheel@v2.11.4
52
- uses: actions/upload-artifact@v3
53
with:
54
path: ./wheelhouse/*.whl
build_dependencies/install_macos.sh
@@ -1,9 +1,6 @@
1
-brew update > /dev/null
+# prevent brew from auto cleanup
2
+export HOMEBREW_NO_INSTALL_CLEANUP=1
3
-# brew install git
4
-# brew install cmake
5
-# brew install eigen
6
-# brew install libccd
7
brew install fcl
8
9
# mkdir -p deps
@@ -20,4 +17,4 @@ brew install fcl
20
17
21
18
# cd ..
22
19
23
-# cd ..
+# cd ..
src/fcl/version.py
@@ -1 +1 @@
-__version__ = "0.7.0.1"
+__version__ = "0.7.0.2"
0 commit comments