diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed734dd45f39bcbc033fb7a4f37a510c88f6594a..61e9c4c39507edf333b98b2b171c12868028ac8b 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