[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:
committed by
GitHub
parent
f6d2da6740
commit
9b8cee0199
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user