-
Notifications
You must be signed in to change notification settings - Fork 3
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
Publish to PyPi #73
base: main
Are you sure you want to change the base?
Publish to PyPi #73
Conversation
Signed-off-by: rawkintrevo <trevor.d.grant@gmail.com>
🔍 Found potential issues: GeneralReview (1 issues)
|
GeneralReview: Overall ImpressionThe pull request (PR) for implementing a GitHub Actions workflow to publish to PyPI every Monday at 00:01 UTC appears well-structured and thoughtful. The description provides clear details about the changes, including the version numbering format, automatic Git tagging, and the use of PyPI's trusted publishing system for secure deployments. The testing performed and the checklist indicate a methodical approach to ensuring the workflow's functionality and integration. Overall, the code quality seems high, with a focus on automation, security, and consistency. Strengths
Areas for Improvement
Special Attention Needed
|
PR Template: Weekly PyPI Release Workflow
Description of Changes
This PR implements a GitHub Actions workflow that:
0.YY.ww
(year-week)v0.YY.ww
Key features:
Related Issues
Closes #30
Testing Performed
Code Changes
.github/workflows/pypi-release.yml
Example Usage
The workflow will:
0.24.25
for week 25 of 2024)v0.24.25
)Manual trigger example:
Checklist
.github/workflows/
Additional Context
This implementation:
Future improvements: