Skip to content

Commit 756d215

Browse files
committed
Try ANACONDA_CLIENT_FORCE_STANDALONE=true work-around
1 parent 42fc143 commit 756d215

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,10 @@ jobs:
443443
- name: Upload
444444
env:
445445
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
446+
ANACONDA_CLIENT_FORCE_STANDALONE: true
446447
if: ${{ env.ANACONDA_TOKEN != '' }}
447448
run: |
448-
anaconda --token ${{ env.ANACONDA_TOKEN }} --verbose upload --user dppy --label dev ${PACKAGE_NAME}-*.conda
449+
anaconda --verbose upload --token ${{ env.ANACONDA_TOKEN }} --user dppy --label dev ${PACKAGE_NAME}-*.conda
449450
450451
- name: Upload Wheels
451452
env:

0 commit comments

Comments
 (0)