Skip to content

Commit b687682

Browse files
committed
Update conda upload command to use base environment for improved reliability
1 parent d47add6 commit b687682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
run: |
159159
package=$(find /tmp/conda-output -type f \( -name "*.conda" -o -name "*.tar.bz2" \) | head -1)
160160
echo "Uploading: $package"
161-
anaconda upload --user accessnri --label main "$package"
161+
conda run -n base anaconda upload --user accessnri --label main "$package"
162162
echo "✅ Conda package uploaded successfully"
163163
echo "Version built: ${{ needs.pypi.outputs.version }}"
164164

0 commit comments

Comments
 (0)