diff --git a/{{cookiecutter.project_slug}}/.gitlab-ci.yml b/{{cookiecutter.project_slug}}/.gitlab-ci.yml
index 333a7fadcef4c61d0ce900ad8c3acb4a91c589d4..d9cb2a8b518974743006f95fdedc0d4c4ac67eb0 100644
--- a/{{cookiecutter.project_slug}}/.gitlab-ci.yml
+++ b/{{cookiecutter.project_slug}}/.gitlab-ci.yml
@@ -113,7 +113,7 @@ pypi:
     stage: release
     cache: {}
     script:
-        - pip install -U twine wheel
+        - pip install -U twine wheel setuptools_scm
         - python setup.py sdist
         - python setup.py bdist_wheel
         - twine upload dist/*