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

Commit e7d5a46

Browse files
committed
Try fixes for SSL errors
1 parent 2475628 commit e7d5a46

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,9 @@ after_test:
204204

205205
on_success:
206206
# Upload the generated wheel package to Rackspace
207-
# On Windows, Apache Libcloud cannot find a standard CA cert bundle so we
208-
# disable the ssl checks.
209207
- cd numpy
210-
- pip install wheelhouse-uploader
208+
- pip install wheelhouse-uploader certifi
211209
- python -m wheelhouse_uploader upload
212-
--no-ssl-check --local-folder=dist
210+
--local-folder=dist
213211
%UPLOAD_ARGS%
214212
%CONTAINER%

0 commit comments

Comments
 (0)