You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make release fully triggered & move tests to a separate ci
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.
0 commit comments