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

Make release fully triggered & move tests to a separate ci #10

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

masklinn
Copy link
Collaborator

@masklinn masklinn commented Oct 8, 2024

Building the wheels for every PR / push is mostly unnecessary, technically one wheel could be broken and the rest not, but ua-parser doesn't actually have anything OS (or architecture) specific, so the odds seem pretty low.

Therefore stop doing that, move the wheels / release workflow to full triggered, and extract basic wheels (ubutun & amd64 only) and tests to a separate CI for regular testing.

Fixes #9, #8, #6.

Building the wheels for every PR / push is mostly unnecessary,
technically one wheel could be broken and the rest not, but ua-parser
doesn't actually have anything OS (or architecture) specific, so
the odds seem pretty low.

Therefore stop doing that, move the wheels / release workflow to full
triggered, and extract basic wheels (ubutun & amd64 only) and tests to
a separate CI for regular testing.

Fixes ua-parser#9, ua-parser#8, ua-parser#6.
@masklinn masklinn merged commit 520680e into ua-parser:main Oct 8, 2024
12 checks passed
@masklinn masklinn deleted the all-wheels-triggered-only branch October 8, 2024 15:26
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.

Move wheels building to triggered only
1 participant