Skip to content

Commit 75e7273

Browse files
authored
Update buildspec_unit.yaml
1 parent 9fae943 commit 75e7273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildspec_unit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ phases:
44
pre_build:
55
commands:
66
- pip install setuptools wheel twine
7-
- python setup.py bdist_wheel
7+
- python setup.py sdist
88
- pip install tox
99
build:
1010
commands:
11-
- twine check dist dist/*
11+
- twine check dist/*
1212
- tox tests/unit/

0 commit comments

Comments
 (0)