Closed JWCook closed 3 years ago
This reverts some of the config changes in #42, which added a build matrix but accidentally applied it to deploy instead of just test.
deploy
test
@vutran1710 Attempt number 2... I believe this is working as intended now: run tests for each python version, and then run the deployment once for the master branch (if all tests pass).
This reverts some of the config changes in #42, which added a build matrix but accidentally applied it to
deploy
instead of justtest
.