Skip to content

Commit 6963fcb

Browse files
committed
Fix anaconda token flag placement: move -t flag after upload subcommand
1 parent 57e40ca commit 6963fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
7575
shell: bash -l {0}
7676
run: |
7777
PKG_PATH=$(conda build conda-recipe-matrix --output)
78-
anaconda -t $ANACONDA_API_TOKEN upload -u quantDIY --label rc --force $PKG_PATH
78+
anaconda upload -t $ANACONDA_API_TOKEN -u quantDIY --label rc --force $PKG_PATH
7979
echo "✅ QuantX Release Candidate published to Anaconda!"
8080
echo "🚀 Install with: conda install -c quantDIY/label/rc quantx"

0 commit comments

Comments
 (0)