diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 11bbb21e56f6539f3f60ec3c6caab7e9fee7c643..0603e7c27c41961201641b54093585fefbf34be4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,6 +15,7 @@ default:
   cache:
     paths:
       - .cache/pip
+      - ./dist
   before_script:
     - python --version ; pip --version # For debugging
     - python -m pip install .
@@ -106,4 +107,4 @@ deploy::package::release:
   before_script:
       pip install twine
   script:
-    - TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${PACKAGE_REGISTRY_URL} ./dist/*
+    - TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${PACKAGE_REGISTRY_URL} --verbose ./dist/*