
We no longer need to depend on our run-tarball / run-wheel roles. I also plan to add back our sha1sum / md5sum files back in a follow patch. Change-Id: If4814a21192112d841fdb24cfdd1fd1a8bd427e6 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
7 lines
156 B
YAML
7 lines
156 B
YAML
- hosts: all
|
|
roles:
|
|
- role: tox
|
|
tox_extra_args: -vv python setup.py sdist
|
|
- role: tox
|
|
tox_extra_args: -vv python setup.py bdist_wheel
|