Skip to content
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

Automatic Release to PyPI Not Triggered #250

Open
PCain02 opened this issue Oct 21, 2024 · 0 comments
Open

Automatic Release to PyPI Not Triggered #250

PCain02 opened this issue Oct 21, 2024 · 0 comments
Labels

Comments

@PCain02
Copy link

PCain02 commented Oct 21, 2024

Description: The current version of execexam lacks an automated workflow for releasing new versions to PyPI. This leads to a manual process for publishing updates, which increases the risk of versioning inconsistencies, delayed releases, and potential human error.

Expected Behavior: Upon pushing a new release an automated workflow should trigger. These should run tests automatically, build the package, and upload the package to PyPI automatically via CI/CD (CI/CD stands for Continuous Integration and Continuous Deployment)

Actual Behavior: No automated release process is currently set up leading to delays and the incapability for other team members to push.

Proposed Solution: Implement a CI/CD pipeline that triggers tests on push, builds deployment process to PyPI when a release, and has integration with PyPI using secure credentials

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant