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
Right now, there is only one GHA script, but it would be better to have two:
One that triggers on regular commits (will run tests, flake8...)
One that triggers when doing a tag (release), or that can be run manually (i.e. right before doing a release, as a previous check). This will check packaging (both sources and wheels) and will test them.
This will make regular commits run faster on GHA, saving precious energy :-)
The text was updated successfully, but these errors were encountered:
Right now, there is only one GHA script, but it would be better to have two:
One that triggers on regular commits (will run tests, flake8...)
One that triggers when doing a tag (release), or that can be run manually (i.e. right before doing a release, as a previous check). This will check packaging (both sources and wheels) and will test them.
This will make regular commits run faster on GHA, saving precious energy :-)
The text was updated successfully, but these errors were encountered: