Skip to content
Snippets Groups Projects
Commit aee91ca9 authored by Thibault Debatty's avatar Thibault Debatty
Browse files

(try to) upload whl package

parent 6fc815b0
No related branches found
No related tags found
No related merge requests found
Pipeline #10410 failed
......@@ -65,6 +65,7 @@ upload:
- WHL_FILE_PATH="dist/$WHL_FILE"
# curl requires absolute path!
- WHL_FILE_PATH_ABS=`realpath $WHL_FILE_PATH`
- chmod -R a+r dist
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file "$WHL_FILE_PATH_ABS" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/$CI_COMMIT_TAG/$WHL_FILE"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment