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:
1616 - sed --in-place -E "s/version='.+'/version='${PKG_VERSION}'/" setup.py
1717 build :
1818 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
2121 - python3 -m twine upload -r pypi dist/*
2222 post_build :
2323 commands :
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ phases:
1616 - sed --in-place -E "s/version='.+'/version='${PKG_VERSION}'/" setup.py
1717 build :
1818 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
2121 - python3 -m twine upload -r testpypi dist/*
2222 post_build :
2323 commands :
You can’t perform that action at this time.
0 commit comments