Open dbosk opened 1 year ago
Probably related to #76
I can login, with no error.
But then:
$ canvaslms courses
/home/martin/.local/bin/canvaslms: error: No hostname or token, run `canvaslms login`
as if the information put during canvas login
are not saved
Thanks @monperrus ! Found the bug, I had a typo in the code. See dc747f2a3163b074cd56ddca79327bfca28ae97f.
Thanks Daniel. Do you have CD such that the pypy version is already up-to-date?
Do you have CD such that the pypy version is already up-to-date?
I do it manually for now. I just run make publish
to publish a new version on PyPI, build a new Docker image and push to Docker Hub, build the documented source and publish a new release on GH with the PDF attached.
But I would like to use GH Actions instead to get CD, but we'll see when I've had the time to look into it.
such that the pypy version is already up-to-date?
But yes, it's already up-to-date!
On mån 29 maj 2023 13:25:23, Marcus Dicander wrote: