-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tr/pypi #814
Conversation
CI Failure Feedback(Checks updated until commit dab033c)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
PR Description updated to latest commit (d1fc6c6)
|
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
/improve |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
see https://test.pypi.org/project/pr-agent/
Type
enhancement, documentation
Description
MANIFEST.in
to include necessary files for PyPI distribution.README.md
with updated project aims, improved visuals, and revised supported commands section.pyproject.toml
for PyPI packaging with updated project information, dependencies, and packaging configurations.requirements.txt
for better compatibility and stability.Changes walkthrough
MANIFEST.in
Update Package Manifest for PyPI Distribution
MANIFEST.in
.toml
files in thepr_agent
package..secrets.toml
files from thepr_agent
package.pyproject.toml
Prepare `pyproject.toml` for Enhanced PyPI Packaging
pyproject.toml
pr-agent
and updated version to0.2.0
.include-package-data
for better package data management.README.md
Enhance README with Updated Information and Visuals
README.md
suggestions.
requirements.txt
Update Dependencies for Better Compatibility
requirements.txt
pinecone-client
to version3.2.0
.pinecone-datasets
to version0.6.1
.