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

(try to) fix package upload

parent 3c4c19b5
No related branches found
No related tags found
No related merge requests found
Pipeline #10406 failed
......@@ -57,6 +57,9 @@ upload:
image: curlimages/curl:latest
rules:
- if: $CI_COMMIT_TAG
# we use the files created by the 'build' job
dependencies:
- build
script:
- '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