We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0bb19 commit 033dc3dCopy full SHA for 033dc3d
1 file changed
.github/workflows/_python-conda-ci.yml
@@ -71,10 +71,10 @@ jobs:
71
- name: Upload Conda package as Release Candidate
72
if: github.ref == 'refs/heads/anaconda-integration' && github.event_name == 'push'
73
env:
74
- ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
+ ANACONDA_API_TOKEN: ${{ secrets.CICD_TOKEN_GH_ANACONDA }}
75
shell: bash -l {0}
76
run: |
77
PKG_PATH=$(conda build conda-recipe-matrix --output)
78
- anaconda upload -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"
+ echo "🚀 Install with: conda install -c quantdiy/label/rc quantx"
0 commit comments