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

Separate package build and deployment into different tasks in the pipeline #27

Open
kieran-ryan opened this issue Jul 9, 2023 · 0 comments
Labels
good first issue Good for newcomers ⚡ enhancement New feature or request

Comments

@kieran-ryan
Copy link
Owner

The project is currently packaged and published in each of the deployment jobs: to PyPI and TestPyPI. This slows down the pipeline as the package build process runs twice. As the project is only built on release - when the package would be deployed - build failures are not detected in the pipeline until a release is created.

To resolve these issues, the build process can be extracted from the deployment tasks into its own individual task, of which other tasks can use its distribution.

@kieran-ryan kieran-ryan added ⚡ enhancement New feature or request good first issue Good for newcomers labels Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers ⚡ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant