Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,11 @@ env
# upload wheels
echo "Uploading wheels to anaconda.org..."

# Note: ${LABEL_ARGS} must not be quoted during shell parameter expansion,
# else it will be treated as a file and not additional command arguments.
anaconda --token "${ANACONDA_TOKEN}" upload \
--force \
--user "${ANACONDA_ORG}" \
$ANACONDA_LABELS \
${LABEL_ARGS} \
"${INPUT_ARTIFACTS_PATH}"/*.whl
echo "Index: https://pypi.anaconda.org/${ANACONDA_ORG}/simple"