-
Notifications
You must be signed in to change notification settings - Fork 3
Automate Build, Review, and Publish to PyPIΒ #10
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
π Objective
Set up a fully automated workflow to build, validate, and publish the package to PyPI in a controlled and reliable way.
β Problem
Currently, publishing to PyPI is manual and error-prone:
No validation of package integrity before release
Risk of publishing broken or incomplete distributions
No consistency between builds
No automated version/release workflow
π― Goals
Automate package build (sdist + wheel)
Run tests before publishing
Validate package contents
Publish only on approved releases
Ensure secure credential handling
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request