Skip to content

Commit fa24e30

Browse files
committed
fix
1 parent 4494375 commit fa24e30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/conda_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
for PKG_noarch in conda-build-artifacts/noarch/*-${{ env.VERSION }}-*.tar.bz2; do
106106
echo "Uploading noarch package: $PKG_noarch"
107107
anaconda -t $ANACONDA_TOKEN upload "$PKG_noarch" --user $ANACONDA_USER --label main --force
108+
done
108109
fi
109110
110111
# 2) Upload the arch-specific C++ package (this job’s platform)

0 commit comments

Comments
 (0)