From 5b67aa997c1902d3646f8bd7eedabda4cd15fcda Mon Sep 17 00:00:00 2001
From: Tamas Gal <himself@tamasgal.com>
Date: Mon, 28 Mar 2022 08:14:07 +0200
Subject: [PATCH] Add setuptools_scm to pypi stage

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7bb7dc4..94377a9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -108,7 +108,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/*
-- 
GitLab