We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e40ca commit 6963fcbCopy full SHA for 6963fcb
1 file changed
.github/workflows/_python-conda-ci.yml
@@ -75,6 +75,6 @@ jobs:
75
shell: bash -l {0}
76
run: |
77
PKG_PATH=$(conda build conda-recipe-matrix --output)
78
- anaconda -t $ANACONDA_API_TOKEN upload -u quantDIY --label rc --force $PKG_PATH
+ anaconda upload -t $ANACONDA_API_TOKEN -u quantDIY --label rc --force $PKG_PATH
79
echo "✅ QuantX Release Candidate published to Anaconda!"
80
echo "🚀 Install with: conda install -c quantDIY/label/rc quantx"
0 commit comments