From 65e5093ec2be37d2a6f6c852d1a587e9cc1b9d46 Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Mon, 17 Oct 2022 13:43:07 +0200 Subject: [PATCH] Fix build in pypi job --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 902b4c9..07735bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -134,6 +134,7 @@ pypi: cache: {} script: - pip install -U twine setuptools setuptools_scm + - pip install . - python setup.py sdist - twine upload dist/* only: -- GitLab