diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c7bf2ec8fded0f83ebbf68986122818f10c74453..70a80a69b1fcded87ae76b68412f2268bb9961f3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,11 @@ include:
   # https://gitlab.com/gitlab-org/gitlab-ee/blob/master/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
   - template: Auto-DevOps.gitlab-ci.yml
 
+  # Support uploading to PyPI
+  - project: 'uis/devops/continuous-delivery/ci-templates'
+    ref: v1.5.0
+    file: '/pypi-release.yml'
+
 variables:
   # We use matrix testing (below) rather than the Auto-DevOps "test" job.
   TEST_DISABLED: "true"