Publish NeMo Gym to PyPI
Open
A pull request for this has already been merged.
- #649 by @cmunley1 — merged
close-confirm-done
repo-tooling
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 349
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 318
Description
Summary
Set up PyPI publishing so users can install NeMo Gym via pip install nemo-gym.
Requirements
- Create PyPI project for
nemo-gym - Configure trusted publishing via GitHub Actions (preferred over API tokens)
- Add release workflow (
.github/workflows/publish.yml) - Test with TestPyPI before production release
- Document release process
Context
- Package metadata is already configured in
pyproject.toml - Version is managed in
nemo_gym/package_info.py - Build system:
setuptoolswithpython -m build
References
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.