Commit 394117b
Fix: upload datasets to public HuggingFace repo (#280)
* fix: upload datasets to public HuggingFace repo
The push workflow uploads to policyengine/policyengine-uk-data-private
but policyengine-uk downloads from policyengine/policyengine-uk-data.
This means new columns (like highest_education) never reach downstream
consumers. Fix by also uploading to the public repo.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: pass version parameter to public repo upload
upload_files_to_hf requires a version parameter for tagging.
Without it the upload would fail with TypeError at runtime.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 53fad7d commit 394117b
File tree
2 files changed
+19
-1
lines changed- policyengine_uk_data/storage
2 files changed
+19
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| 22 | + | |
| 23 | + | |
17 | 24 | | |
18 | 25 | | |
19 | 26 | | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
23 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
24 | 38 | | |
25 | 39 | | |
26 | 40 | | |
0 commit comments