This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ image : Ubuntu
2
+
3
+ install :
4
+ - echo done
5
+
6
+ test_script :
7
+ - echo done
8
+
9
+ build : off
10
+
Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ jobs:
113
113
# The --force option forces a replacement if the remote file already
114
114
# exists.
115
115
echo uploading wheelhouse/*.whl
116
- echo TOKEN starts with ${TOKEN:0:3}
117
116
anaconda -t $TOKEN upload --force -u $ANACONDA_ORG wheelhouse/*.whl
118
117
echo "PyPI-style index: https://pypi.anaconda.org/$ANACONDA_ORG/simple"
119
118
displayName: Upload to anaconda.org (only if secret token is retrieved)
Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ jobs:
141
141
# The --force option forces a replacement if the remote file already
142
142
# exists.
143
143
echo uploading numpy/dist/numpy-*.whl
144
- echo TOKEN starts with ${TOKEN:0:3}
145
144
anaconda -t $TOKEN upload --force -u $ANACONDA_ORG numpy/dist/numpy-*.whl
146
145
echo "PyPI-style index: https://pypi.anaconda.org/$ANACONDA_ORG/simple"
147
146
displayName: Upload to anaconda.org (only if secret token is retrieved)
You can’t perform that action at this time.
0 commit comments