Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 8be66cd

Browse files
committed
CLN Address comments
1 parent 5c6b077 commit 8be66cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/posix-sdist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ jobs:
127127
anaconda -t $TOKEN upload --force -u $ANACONDA_ORG scikit-learn/dist/*.tar.gz
128128
echo "PyPI-style index: https://pypi.anaconda.org/$ANACONDA_ORG/simple"
129129
displayName: Upload to anaconda.org (only if secret token is retrieved)
130-
condition: ne(variables['TOKEN'], '')
130+
condition: variables['TOKEN']

0 commit comments

Comments
 (0)