feat/package distribution - take 2#127
Merged
Merged
Conversation
…uild - Separate `uv run contributor-network build` (data/config) from `npm run build` (frontend) - Update CLI command names: `data` → `fetch`, consolidate `csvs` into `build` - Add release workflow for PyPI and npm package publishing - Update GitHub Actions: pin to SHA digests, add Dependabot - Decouple Python package structure for distribution
Contributor
|
✨ Preview deployed to S3! Visit http://ds-preview-contributor-network-127.s3-website-us-west-2.amazonaws.com/ |
gadomski
requested changes
Apr 27, 2026
gadomski
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Honestly not sure what happened with #125
I was adding another commit to fix the deploy error manually from vs code and next thing I look up and it says I merged it. I checked claude code output and didn't see anything that said merge, which is also not one of the actions I have given it permission to do.
Anyways, I created and merged #126 to revert it and then created this pr for you to review. Let me know if that's the not the appropriate steps to take, in case I run into this situation again.
NPM module and PyPi publication
Makes the previous uv run contributor-network build step data only and adds npm run build to build the frontend.
Allows the Python package to ship on PyPI without requiring npm/Node on consumer machines.
Some smaller changes as a result:
For specific attention during review: