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 #137

Open
PCain02 opened this issue Oct 21, 2024 · 1 comment · May be fixed by #148
Open

Automatic Release to PyPI Not Triggered #137

PCain02 opened this issue Oct 21, 2024 · 1 comment · May be fixed by #148
Assignees

Comments

@PCain02
Copy link
Collaborator

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

@PCain02 PCain02 self-assigned this Oct 21, 2024
@gkapfham
Copy link
Collaborator

Hello @PCain02, the appropriate environment variable is now set.

@PCain02 PCain02 linked a pull request Oct 28, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants