summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-06-06 14:55:58 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-06-06 14:55:58 +0200
commite822b2f1e68feebccf9dd069447c5df5574dc650 (patch)
tree42350175953f56ebaac7fcb6fc19ff2101eb8170
parent37991af75b7834a40dc014518d1943eea802a16b (diff)
Add some debug traces for osx
-rw-r--r--.github/workflows/pip-packaging-osx.yml5
-rw-r--r--CMakeGUDHIVersion.txt2
2 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/pip-packaging-osx.yml b/.github/workflows/pip-packaging-osx.yml
index 68fae138..d7bfc66b 100644
--- a/.github/workflows/pip-packaging-osx.yml
+++ b/.github/workflows/pip-packaging-osx.yml
@@ -42,5 +42,8 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
mkdir wheelhouse
- delocate-listdeps build/src/python/dist/* && delocate-wheel --require-archs x86_64 -w wheelhouse build/src/python/dist/*
+ type delocate-listdeps
+ type delocate-wheel
+ delocate-listdeps build/src/python/dist/*
+ delocate-wheel --require-archs x86_64 -w wheelhouse build/src/python/dist/*
python -m twine upload --repository-url https://test.pypi.org/legacy/ wheelhouse/* \ No newline at end of file
diff --git a/CMakeGUDHIVersion.txt b/CMakeGUDHIVersion.txt
index 537feeb9..c2c68a2e 100644
--- a/CMakeGUDHIVersion.txt
+++ b/CMakeGUDHIVersion.txt
@@ -1,6 +1,6 @@
set (GUDHI_MAJOR_VERSION 3)
set (GUDHI_MINOR_VERSION 2)
-set (GUDHI_PATCH_VERSION 0a10)
+set (GUDHI_PATCH_VERSION 0a11)
set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION})
message(STATUS "GUDHI version : ${GUDHI_VERSION}")