[7.x] Actually dockerize repo, update build-dists for release manager

This commit is contained in:
Seth Michael Larson
2020-11-04 13:58:42 -06:00
parent acc37ea1e4
commit 708e282eaf
13 changed files with 101 additions and 21 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
python3.7 -m pip install setuptools wheel twine
- name: Build packages
run: |
python3.7 utils/build_dists.py
python3.7 utils/build-dists.py
- name: Check packages
run: |
set -exo pipefail;