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

Stop building wheel from Git checkout in CI/CD #260

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jpopelka
Copy link
Member

When python -m build is invoked with --sdist and/or --wheel args, both artifacts get created from source. This is bad because it differs from what pip does when it needs to build a package from the source distribution before installation.

See also: packit/packit#1734, packit/ogr#778

When python -m build is invoked with --sdist and/or --wheel args, both artifacts get created from source.
This is bad because it differs from what pip does when it needs to build a package from the source distribution before installation.
@softwarefactory-project-zuul
Copy link
Contributor

Build failed.
https://softwarefactory-project.io/zuul/t/packit-service/buildset/a3eb78bdcee243b1bec576dbe3f79692

✔️ pre-commit SUCCESS in 1m 47s
requre-tests FAILURE in 1m 49s
requre-reverse-dep-ogr-tests FAILURE in 6m 37s
✔️ requre-reverse-dep-packit-tests SUCCESS in 13m 19s

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 this pull request may close these issues.

None yet

1 participant