From 8ac29d4c1b4a3447b42007371e7bff105da9e19b Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Wed, 26 Feb 2020 15:23:50 +0100 Subject: [PATCH] Build bdist_wheel instead of wheel --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed734dd..61e9c4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ deploy: image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full script: - git submodule update --init --recursive - - python setup.py bdist + - python setup.py bdist_wheel - python setup.py sdist tags: - docker -- GitLab