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 merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment