MAINT: Add nightly wheel upload#2355
Conversation
|
@tacaswell based on https://github.com/h5py/h5py/actions/runs/7186963572/job/19573501403?pr=2355#step:7:58 I think I just need to take care of the TODO uncommenting steps and you need to add the secret, then we can merge and 🤞 . Does that sound right to you? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2355 +/- ##
=======================================
Coverage 89.53% 89.53%
=======================================
Files 17 17
Lines 2380 2380
=======================================
Hits 2131 2131
Misses 249 249 ☔ View full report in Codecov by Sentry. |
|
Finally looked at this, and realized I do not have the ability to generate these tokens like I thought I did. Working on sorting out who does. |
|
I've added the secret, but we can not test this with out merging so I'm going to go ahead and merge it. |
|
@larsoner Something is not going right with the "download the wheels" step. |
|
I am really confused because looking at what the URL the action uses: I get a nice 1-count list that points to the right build. And then over in #2383 things are fine. Maybe just try restarting the CIs again? |
|
I re-ran the action this morning and it worked! I suspect I was too impatient and tried running the action before azure had fully finished so maybe I was losing the race. Sorry for the noise.... |
|
No problem, awesome that it's working! |
Closes #2353
Trying to use https://github.com/git-for-windows/get-azure-pipelines-artifact for now but in case it doesn't work the direct JSON queries don't seem too bad actually.
Needs:
secrets.ANACONDA_ORG_UPLOAD_TOKENThen should be good to merge.