We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47add6 commit b687682Copy full SHA for b687682
1 file changed
.github/workflows/cd.yml
@@ -158,7 +158,7 @@ jobs:
158
run: |
159
package=$(find /tmp/conda-output -type f \( -name "*.conda" -o -name "*.tar.bz2" \) | head -1)
160
echo "Uploading: $package"
161
- anaconda upload --user accessnri --label main "$package"
+ conda run -n base anaconda upload --user accessnri --label main "$package"
162
echo "✅ Conda package uploaded successfully"
163
echo "Version built: ${{ needs.pypi.outputs.version }}"
164
0 commit comments