From 91268a601cf64a2ef742ba8e4af985f6cff67efd Mon Sep 17 00:00:00 2001
From: Tamas Gal <himself@tamasgal.com>
Date: Mon, 17 Oct 2022 12:30:54 +0200
Subject: [PATCH] Fix pypi

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d212dd8..902b4c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -133,7 +133,7 @@ pypi:
     stage: release
     cache: {}
     script:
-        - pip install -U twine setuptools
+        - pip install -U twine setuptools setuptools_scm
         - python setup.py sdist
         - twine upload dist/*
     only:
-- 
GitLab