From ec7c4159e80eb0c8a91cc8cf0cf6637dbb4221cd Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Wed, 25 Sep 2024 10:22:51 -0500 Subject: [PATCH] MNT: Rename script to 'upload_wheels.sh' * As the script is no longer the CMD of a Linux container but is now a standalone Bash script, having a more descriptive name is preferable. --- action.yml | 2 +- cmd.sh => upload_wheels.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cmd.sh => upload_wheels.sh (100%) diff --git a/action.yml b/action.yml index 53671f2..a16661a 100644 --- a/action.yml +++ b/action.yml @@ -42,4 +42,4 @@ runs: INPUT_ANACONDA_NIGHTLY_UPLOAD_TOKEN: ${{ inputs.anaconda_nightly_upload_token }} INPUT_ANACONDA_NIGHTLY_UPLOAD_LABELS: ${{ inputs.anaconda_nightly_upload_labels }} run: | - pixi run cmd.sh + pixi run upload_wheels.sh diff --git a/cmd.sh b/upload_wheels.sh similarity index 100% rename from cmd.sh rename to upload_wheels.sh