-
Notifications
You must be signed in to change notification settings - Fork 21
Use Azure Pipelines and upload to anaconda #78
Conversation
[skip ci]
7b64dbb
to
3f87a6f
Compare
3f87a6f
to
585ffa1
Compare
39d9347
to
7f0076a
Compare
Progress! |
The windows wheels seem to be 1.18.2? |
Yes, since the build tag is 1.18.2
|
f5044dc
to
74d5f79
Compare
53f5c47
to
85c4276
Compare
@tylerjereddy thanks. I added a NUMPY_STAGING_UPLOAD_TOKEN secret to this repo, which I got from the multibuild-wheels-staging group, but log of the upload
|
I can run |
Hah, the |
Maybe the problem is I added the secrets to the repo, not the azure pipeline. |
c0a3da2
to
18cbffe
Compare
Success!!!. Let's see if I can get 1.18.3 releases onto that site, and I will remove the 1.19 pre-releases, they belong in the https://anaconda.org/scipy-wheels-nightly/ directory |
7bd9b9a
to
cb4b80f
Compare
cb4b80f
to
3b74aa4
Compare
Making one more commit, that I will back out, to test the nightly cron job and that linux32 passes on master HEAD. |
4e16bab
to
8c67a24
Compare
@mattip are you sure this should be merged? There are still the 32bit linux failures which look like failure it install OpenBLAS |
Those are due to the v1.18.3 tag and some incompatibility with the uname Azure reports for the 32-bit build here vs. the uname it reports on numpy/numpy. The openblas_support.py is more robust on the master branch so it all passes, as you can see at both the |
Thanks Matti. |
|
Unlike travis, appveyor errors out if there is no .appveyor.yml so I had to add an empty one. |
The appveyor hook can be disabled in the settings, I'll do that. |
I've disabled all the webhooks for appveyor and travis. |
There were three for appveyor and I deleted the failing one, which is probably the one I should have kept. Oh well... |
Copy the pandas-wheels approach of using Azure and uploading to anaconda