[7.x] Add .ci/make.sh script for building releases

Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
This commit is contained in:
Seth Michael Larson
2020-10-12 16:42:23 -05:00
committed by GitHub
parent f6d2da6740
commit 9b8cee0199
6 changed files with 52 additions and 16 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
python3.7 -m pip install setuptools wheel twine
- name: Build packages
run: |
python3.7 setup.py sdist bdist_wheel
python3.7 utils/build_dists.py
- name: Check packages
run: |
set -exo pipefail;