Skip to content

Commit f129642

Browse files
authored
GH-16778 - fix release credentials for conda (#16781)
1 parent b9ae2d3 commit f129642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/jenkins/jenkinsfiles/Jenkinsfile-Release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ EOF
497497
echo '****** Upload to Conda ******'
498498
# Right now packages for all platforms are in the current directory
499499
# upload all distribution packages
500-
anaconda login --username ${ANACONDA_USERNAME} --password ${ANACONDA_PASSWORD}
500+
anaconda login --username "${ANACONDA_USERNAME}" --password "${ANACONDA_PASSWORD}"
501501
anaconda upload osx-64/\${PKG_NAME}
502502
anaconda upload linux-64/\${PKG_NAME}
503503
anaconda upload win-64/\${PKG_NAME}

0 commit comments

Comments
 (0)