Skip to content
Snippets Groups Projects
Commit 8ac29d4c authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Build bdist_wheel instead of wheel

parent dc761be2
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ deploy: ...@@ -17,7 +17,7 @@ deploy:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
script: script:
- git submodule update --init --recursive - git submodule update --init --recursive
- python setup.py bdist - python setup.py bdist_wheel
- python setup.py sdist - python setup.py sdist
tags: tags:
- docker - docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment