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

Split package build and deployment into separate tasks in the pipeline #31

Open
kieran-ryan opened this issue Jul 5, 2023 · 0 comments · May be fixed by #48
Open

Split package build and deployment into separate tasks in the pipeline #31

kieran-ryan opened this issue Jul 5, 2023 · 0 comments · May be fixed by #48
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

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 5, 2023
@kieran-ryan kieran-ryan changed the title Separate package build and deployment in pipeline Split package build and deployment into separate tasks in the pipeline Jul 5, 2023
@kieran-ryan kieran-ryan self-assigned this Jul 15, 2023
@kieran-ryan kieran-ryan linked a pull request Jul 16, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Todo 📚
Development

Successfully merging a pull request may close this issue.

1 participant