Skip to content
Snippets Groups Projects
Commit ebea3c7e authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pypi debug

parent 07115056
No related branches found
No related tags found
No related merge requests found
...@@ -124,6 +124,7 @@ linux64-sdk_official_snapshot: ...@@ -124,6 +124,7 @@ linux64-sdk_official_snapshot:
artifacts: artifacts:
paths: paths:
- build/_CPack_Packages/ - build/_CPack_Packages/
- build/version.txt
expire_in: 1day expire_in: 1day
linux64-sdk_official_release: linux64-sdk_official_release:
...@@ -374,8 +375,17 @@ pypi_official_snapshot: ...@@ -374,8 +375,17 @@ pypi_official_snapshot:
- windows64-sdk_official_snapshot - windows64-sdk_official_snapshot
- macos64-sdk_official_snapshot - macos64-sdk_official_snapshot
script: script:
- echo "step 0"
- pwd
- echo "step 1"
- cd build - cd build
- pwd
- ls -al
- echo "step 2"
- python3 --version
- cat ../utils/pypi/sdktowheel.py
- python3 ../utils/pypi/sdktowheel.py _CPack_Packages/Linux/TGZ/gmsh-git-Linux64-sdk/ manylinux1_x86_64 - python3 ../utils/pypi/sdktowheel.py _CPack_Packages/Linux/TGZ/gmsh-git-Linux64-sdk/ manylinux1_x86_64
- echo "step 3"
- python3 ../utils/pypi/sdktowheel.py _CPack_Packages/Linux/TGZ/gmsh-nox-git-Linux64-sdk/ manylinux1_x86_64 - python3 ../utils/pypi/sdktowheel.py _CPack_Packages/Linux/TGZ/gmsh-nox-git-Linux64-sdk/ manylinux1_x86_64
- python3 ../utils/pypi/sdktowheel.py _CPack_Packages/CYGWIN/ZIP/gmsh-git-Windows64-sdk/ win_amd64 - python3 ../utils/pypi/sdktowheel.py _CPack_Packages/CYGWIN/ZIP/gmsh-git-Windows64-sdk/ win_amd64
- cp -R _CPack_Packages/Darwin _CPack_Packages/Darwin2 - cp -R _CPack_Packages/Darwin _CPack_Packages/Darwin2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment