Switch to explicit lockfile and build metapackage from an env yaml.

This commit is contained in:
Ryan Volz
2021-05-21 16:00:54 -04:00
parent be10dc29cd
commit 3e3da4374e
5 changed files with 119 additions and 75 deletions
+2 -2
View File
@@ -64,14 +64,14 @@ jobs:
env:
PLATFORM: ${{ matrix.PLATFORM }}
run: |
python build_metapackage.py installer_specs/$DISTNAME-$PLATFORM.txt
python build_metapackage.py
- name: Copy lock file and list built installers and packages
shell: bash
env:
PLATFORM: ${{ matrix.PLATFORM }}
run: |
cp installer_specs/$DISTNAME-$PLATFORM.txt dist/
cp installer_specs/$DISTNAME-$PLATFORM.lock dist/
ls -lhR dist
- name: Test installer (sh)