We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6963fcb commit 6c0bb19Copy full SHA for 6c0bb19
1 file changed
.github/workflows/_python-conda-ci.yml
@@ -66,7 +66,7 @@ jobs:
66
shell: bash -l {0}
67
run: |
68
PKG_PATH=$(conda build conda-recipe-matrix --output)
69
- anaconda upload -u quantdiy $PKG_PATH --label main --force
+ anaconda upload -u quantdiy --label main --force $PKG_PATH
70
71
- name: Upload Conda package as Release Candidate
72
if: github.ref == 'refs/heads/anaconda-integration' && github.event_name == 'push'
@@ -75,6 +75,6 @@ jobs:
75
76
77
78
- anaconda upload -t $ANACONDA_API_TOKEN -u quantDIY --label rc --force $PKG_PATH
+ anaconda upload -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