Closed willwade closed 1 month ago
I'd suggest we do this as part of #337
@nateshmbhat this sound ok to you?
@nateshmbhat this sound ok to you?
Will check this, Gimme sometime...
Lgtm @willwade
- python-version: ['3.8', '3.9', '3.10']
+ python-version: ['3.9', '3.11', '3.13']
Perhaps split build
and deploy
into two separate jobs. Always build and then:
deploy:
needs: [build, test]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'created' # Only on release creation
My suggestion is we have a pytest script in this repo to deal with future prs
Eg.
We would need GitHub action for this like
And some more requirements for this but just for dev