Closed yarikoptic closed 2 years ago
@yarikoptic The release failure looks like an internal GitHub Actions issue. Try re-running the job.
yeap , did just that and it presumably released fine! I got mislead though by a version -- now it reports
$> curl -s -X GET "https://api-staging.dandiarchive.org/api/info/" -H "accept: application/json" | jq '.schema_version'
"0.6.3"
which is good, but i was expecting 0.7.1 which is of the library, which we do not show there. So all is good AFAIK.
After #1074 I expected a new (0.7.1) version of dandischema be used, but saw
and apparently release action has failed https://github.com/dandi/dandi-archive/runs/6274814696?check_suite_focus=true
I don't see anything special coded in that (?) https://github.com/dandi/dandi-archive/blob/HEAD/.github/workflows/backend-staging-deploy.yml . @jwodder @waxlamp -- any ideas on what could have went wrong?!