Finalize radioconda metapackage changes.

This commit is contained in:
Ryan Volz
2021-05-21 13:25:30 -04:00
parent 484977687e
commit be10dc29cd
2 changed files with 15 additions and 13 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ on:
env:
DISTNAME: radioconda
LICENSE_ID: BSD-3-Clause
METAPACKAGE_LABEL: test
METAPACKAGE_LABEL: main
METAPACKAGE_SUMMARY: Metapackage to install the radioconda package set.
jobs:
@@ -112,7 +112,6 @@ jobs:
</array>
</plist>
EOF
installer -showChoicesAfterApplyingChangesXML pkg-choices.xml -pkg dist/$DISTNAME-*-$OS_NAME-$ARCH.pkg -target $TARGET_VOLUME
installer -verbose -dumplog -applyChoiceChangesXML pkg-choices.xml -pkg dist/$DISTNAME-*-$OS_NAME-$ARCH.pkg -target $TARGET_VOLUME
eval "$($INSTALL_PATH/bin/conda shell.bash hook)"
conda info
@@ -166,6 +165,7 @@ jobs:
file_glob: true
- name: Upload metapackage to Anaconda.org
if: startsWith(github.ref, 'refs/tags/')
shell: bash -l {0}
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}