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

(try to) upload whl package

parent 239dbd13
No related branches found
No related tags found
No related merge requests found
Pipeline #10407 failed
......@@ -61,6 +61,8 @@ upload:
dependencies:
- build
script:
- ls -alh .
- ls -alh dist
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file "dist/dokos-$CI_COMMIT_TAG-py3-none-any.whl" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/$CI_COMMIT_TAG/dokos-$CI_COMMIT_TAG-py3-none-any.whl"'
......
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