Skip to content

Commit 033dc3d

Browse files
committed
Standardize anaconda uploads: use consistent username and GitHub secret
1 parent 6c0bb19 commit 033dc3d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_python-conda-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
- name: Upload Conda package as Release Candidate
7272
if: github.ref == 'refs/heads/anaconda-integration' && github.event_name == 'push'
7373
env:
74-
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
74+
ANACONDA_API_TOKEN: ${{ secrets.CICD_TOKEN_GH_ANACONDA }}
7575
shell: bash -l {0}
7676
run: |
7777
PKG_PATH=$(conda build conda-recipe-matrix --output)
78-
anaconda upload -u quantDIY --label rc --force $PKG_PATH
78+
anaconda upload -u quantdiy --label rc --force $PKG_PATH
7979
echo "✅ QuantX Release Candidate published to Anaconda!"
80-
echo "🚀 Install with: conda install -c quantDIY/label/rc quantx"
80+
echo "🚀 Install with: conda install -c quantdiy/label/rc quantx"

0 commit comments

Comments
 (0)