We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fae943 commit 75e7273Copy full SHA for 75e7273
1 file changed
buildspec_unit.yaml
@@ -4,9 +4,9 @@ phases:
4
pre_build:
5
commands:
6
- pip install setuptools wheel twine
7
- - python setup.py bdist_wheel
+ - python setup.py sdist
8
- pip install tox
9
build:
10
11
- - twine check dist dist/*
+ - twine check dist/*
12
- tox tests/unit/
0 commit comments