Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit cb4b80f

Browse files
committed
add minimal appveyor.yml, remove debug cruft
1 parent 18cbffe commit cb4b80f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.appveyor.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
image: Ubuntu
2+
3+
install:
4+
- echo done
5+
6+
test_script:
7+
- echo done
8+
9+
build: off
10+

azure/posix.yml

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ jobs:
113113
# The --force option forces a replacement if the remote file already
114114
# exists.
115115
echo uploading wheelhouse/*.whl
116-
echo TOKEN starts with ${TOKEN:0:3}
117116
anaconda -t $TOKEN upload --force -u $ANACONDA_ORG wheelhouse/*.whl
118117
echo "PyPI-style index: https://pypi.anaconda.org/$ANACONDA_ORG/simple"
119118
displayName: Upload to anaconda.org (only if secret token is retrieved)

azure/windows.yml

-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ jobs:
141141
# The --force option forces a replacement if the remote file already
142142
# exists.
143143
echo uploading numpy/dist/numpy-*.whl
144-
echo TOKEN starts with ${TOKEN:0:3}
145144
anaconda -t $TOKEN upload --force -u $ANACONDA_ORG numpy/dist/numpy-*.whl
146145
echo "PyPI-style index: https://pypi.anaconda.org/$ANACONDA_ORG/simple"
147146
displayName: Upload to anaconda.org (only if secret token is retrieved)

0 commit comments

Comments
 (0)