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

(try to) upload whl package

parent 8247f338
No related branches found
No related tags found
No related merge requests found
Pipeline #10409 failed
......@@ -62,7 +62,7 @@ upload:
- build
script:
- WHL_FILE="dokos-$CI_COMMIT_TAG-py3-none-any.whl"
- WHL_FILE_PATH=`dist/$WHL_FILE`
- WHL_FILE_PATH="dist/$WHL_FILE"
# curl requires absolute path!
- WHL_FILE_PATH_ABS=`realpath $WHL_FILE_PATH`
- '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