diff --git a/tools/rapids-upload-to-anaconda-github b/tools/rapids-upload-to-anaconda-github index 1fc68f7..2678f07 100755 --- a/tools/rapids-upload-to-anaconda-github +++ b/tools/rapids-upload-to-anaconda-github @@ -52,8 +52,8 @@ for artifact_dir in "${unzip_dest}"/*/; do rapids-retry anaconda \ -t "${RAPIDS_CONDA_TOKEN}" \ upload \ + --force \ --label "${RAPIDS_CONDA_UPLOAD_LABEL:-main}" \ - --skip-existing \ --no-progress \ ${PKGS_TO_UPLOAD} diff --git a/tools/rapids-wheels-anaconda-github b/tools/rapids-wheels-anaconda-github index 2a38308..de4f117 100755 --- a/tools/rapids-wheels-anaconda-github +++ b/tools/rapids-wheels-anaconda-github @@ -74,7 +74,7 @@ export RAPIDS_RETRY_SLEEP=180 rapids-retry anaconda \ -t "${RAPIDS_CONDA_TOKEN}" \ upload \ - --skip-existing \ + --force \ --no-progress \ "${files_to_upload[@]}"