fix wheel build for containers

This commit is contained in:
Robert Kaussow 2019-10-08 16:40:13 +02:00
parent c2f2702e78
commit 85ac5312ab
2 changed files with 5 additions and 5 deletions

View File

@ -168,7 +168,7 @@ local PipelineBuildContainer(arch="amd64") = {
image: "python:3.7",
pull: "always",
commands: [
"python setup.py sdist",
"python setup.py bdist_wheel",
]
},
{

View File

@ -190,7 +190,7 @@ steps:
pull: always
image: python:3.7
commands:
- python setup.py sdist
- python setup.py bdist_wheel
- name: dryrun
pull: always
@ -243,7 +243,7 @@ steps:
pull: always
image: python:3.7
commands:
- python setup.py sdist
- python setup.py bdist_wheel
- name: dryrun
pull: always
@ -296,7 +296,7 @@ steps:
pull: always
image: python:3.7
commands:
- python setup.py sdist
- python setup.py bdist_wheel
- name: dryrun
pull: always
@ -374,6 +374,6 @@ depends_on:
---
kind: signature
hmac: 12d53a8a9e0879658adffbf3e8fd079859ecd1af3fdf000a087c51047b9ac839
hmac: 203b4f46bf25c54c5f2b24d5e863a1533711e2222740081751ab712a02acd348
...