Commit a38a0bf
Fix DANDI sandbox upload broken by dandi-cli 0.73.2
dandi-cli 0.73.2 (released Nov 15, 2025) changed API key lookup from
the generic DANDI_API_KEY env var to instance-specific env vars (e.g.
DANDI_SANDBOX_API_KEY for the sandbox). This broke sandbox uploads
because nwb-guide only set DANDI_API_KEY.
Now set both DANDI_API_KEY and DANDI_SANDBOX_API_KEY when uploading
to the sandbox, maintaining compatibility with both old and new dandi.
See: dandi/dandi-cli#1731
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b994976 commit a38a0bf
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1354 | 1354 | | |
1355 | 1355 | | |
1356 | 1356 | | |
1357 | | - | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
1358 | 1361 | | |
1359 | 1362 | | |
1360 | 1363 | | |
| |||
1385 | 1388 | | |
1386 | 1389 | | |
1387 | 1390 | | |
1388 | | - | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
1389 | 1395 | | |
1390 | 1396 | | |
1391 | 1397 | | |
| |||
0 commit comments