Skip to content

Commit b221964

Browse files
CI: Print the version of nightly package being removed
For greater information during the removal of old wheels uploaded to the scipy-wheels-nightly Anaconda cloud org, echo the version being removed before the `anaconda remove` command for it is run.
1 parent 27b9575 commit b221964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightlies.yml

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
7777
if [ -s remove-package-versions.txt ]; then
7878
while LANG=C IFS= read -r package_version ; do
79+
echo "# Removing scipy-wheels-nightly/matplotlib/${package_version}"
7980
anaconda --token ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }} remove \
8081
--force \
8182
"scipy-wheels-nightly/matplotlib/${package_version}"

0 commit comments

Comments
 (0)