From 6aa9b2600ae23ae10c79a2b1ab3eafc0c4907d95 Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Mon, 28 Mar 2022 08:42:29 +0200 Subject: [PATCH] Add setuptools_scm to pypi stage --- {{cookiecutter.project_slug}}/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.gitlab-ci.yml b/{{cookiecutter.project_slug}}/.gitlab-ci.yml index 333a7fa..d9cb2a8 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/* -- GitLab