File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ phases:
16
16
- sed --in-place -E "s/version='.+'/version='${PKG_VERSION}'/" setup.py
17
17
build :
18
18
commands :
19
- - echo Build started on `date`
20
- - python3 setup.py sdist bdist_wheel --universal
19
+ - echo Build started on `date`
20
+ - python3 setup.py sdist bdist_wheel
21
21
- python3 -m twine upload -r pypi dist/*
22
22
post_build :
23
23
commands :
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ phases:
16
16
- sed --in-place -E "s/version='.+'/version='${PKG_VERSION}'/" setup.py
17
17
build :
18
18
commands :
19
- - echo Build started on `date`
20
- - python3 setup.py sdist bdist_wheel --universal
19
+ - echo Build started on `date`
20
+ - python3 setup.py sdist bdist_wheel
21
21
- python3 -m twine upload -r testpypi dist/*
22
22
post_build :
23
23
commands :
You can’t perform that action at this time.
0 commit comments