Releases: brainiak/brainiak
Releases · brainiak/brainiak
v0.12
v0.12rc0
v0.12a5
v0.12a4: Remove quotes from anaconda upload command (#555)
It seems I forgot to remove quotes from the upload command. I think this should do it.
v0.12a3: Fix anaconda release (#554)
The anaconda upload command was just echoing and not actually running. This fix should hopefully work.
v0.12a2: Fix release publish (#552)
I think I screwed up the conditional for publishing releases. I think its supposed to be like this. Basing it off of https://github.com/scientific-python/cookie/blob/c7b897cf4f2f4d8f374d112d1fc694d92a2793a7/%7B%7Bcookiecutter.project_name%7D%7D/.github/workflows/%7B%25%20if%20cookiecutter.__type%3D%3D'compiled'%20%25%7Dcd.yml%7B%25%20endif%20%25%7D#L67 This should allow it to be triggered by clicking creating a new release through the github page.