Skip to content

Commit

Permalink
MNT: Rename script to 'upload_wheels.sh'
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
matthewfeickert committed Sep 25, 2024
1 parent 2130b1f commit ec7c415
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.

0 comments on commit ec7c415

Please sign in to comment.