Skip to content
Snippets Groups Projects
Commit e823f7b5 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

test package deletion

parent d87c878b
No related branches found
No related tags found
2 merge requests!1605Merge 2.8.2.3 work to main,!1492tweak the pipeline
Pipeline #12547 failed
......@@ -25,7 +25,11 @@
| select(.version==$RELEASE_VERSION) | .url')
- echo $DELETE_URL_RESPONSE
# if a conflicting version is present in pypi registry, remove it
- if [[ -n "$DELETE_URL_RESPONSE" ]]; then $(curl --request DELETE --header "PRIVATE-TOKEN: ${API_TOKEN}" $DELETE_URL_RESPONSE); fi
- |
if [[ -n "$DELETE_URL_RESPONSE" ]]
then
$(curl --request DELETE --header "PRIVATE-TOKEN: ${API_TOKEN}" $DELETE_URL_RESPONSE)
fi
# Install build, poetry and pytest
- pip install poetry
......
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