Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR sets up PyPI publishing infrastructure and updates documentation to reflect the package's availability on PyPI, marking the 1.0.0 release milestone.
- Updates version from 1.0.0-rc.12 to 1.0.0 and configures package build settings
- Adds GitHub Actions workflow for automated PyPI publishing using OIDC trusted publishing
- Updates installation documentation to use
pip install webarena-verifiedinstead of local installation
Reviewed changes
Copilot reviewed 9 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Version bump to 1.0.0, build configuration updates, and added twine dev dependency |
| mkdocs.yml | Restructured navigation to move changelog and add data format documentation |
| docs/index.md | Updated quick start guide to use PyPI installation instead of local editable install |
| docs/getting_started/usage.md | Added PyPI installation instructions section |
| docs/getting_started/data_format.md | New comprehensive documentation on data format and changes from WebArena |
| docs/contributing/local-development.md | Added note distinguishing contributor setup from end-user installation |
| docs/changelog/index.md | Simplified to reference GitHub releases instead of inline documentation |
| README.md | Added PyPI badge and updated installation instructions |
| .gitignore | Added .claude/ directory to gitignore |
| .github/workflows/publish-pypi.yml | New GitHub Actions workflow for automated PyPI publishing |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| - Python 3.11+ | ||
|
|
||
| Clone the repository and install dependencies: |
There was a problem hiding this comment.
This heading is misleading since the instructions that follow install from PyPI, not from a local clone. The repository cloning is only for accessing example files. Consider rephrasing to 'Clone the repository for examples:' or 'Install WebArena-Verified:' to better reflect the actual instructions.
Suggested change
| Clone the repository and install dependencies: | |
| Install WebArena-Verified and clone examples: |
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.
Summary
pip install webarena-verifiedTest plan
pypiv1.0.0to trigger publish