dask-docker icon indicating copy to clipboard operation
dask-docker copied to clipboard

Update README badges as part of automated release

Open jrbourbeau opened this issue 4 years ago • 6 comments

Our README has several badges for the most recent release (e.g. ). It would be great if these badges were updated as part of our automated release procedure (xref https://github.com/dask/dask-docker/pull/182)

jrbourbeau avatar Aug 21 '21 17:08 jrbourbeau

Hrm I had hoped this would happen, but I guess not. Ill look into it.

jacobtomlinson avatar Aug 23 '21 10:08 jacobtomlinson

Had tried to do this with PR ( https://github.com/dask/dask-docker/pull/192 ) and then PR ( https://github.com/dask/dask-docker/pull/195 ), but it appears it is still not updating them ( https://github.com/dask/dask-docker/pull/196 ).

Am guessing we want this regex ( https://github.com/dask/dask-docker/pull/192/files#r735042744 ) added to the find string and some changes to the replacement string.

jakirkham avatar Nov 09 '21 19:11 jakirkham

Looks like this was addressed by https://github.com/dask/dask-docker/pull/195. I'll close this issue for now and we can re-open as needed

jrbourbeau avatar Nov 09 '21 20:11 jrbourbeau

Unfortunately it is still not working 😞

Think the regex needs some work still as noted above

jakirkham avatar Nov 09 '21 20:11 jakirkham

Maybe this will be useful for debugging GH Actions locally

https://github.com/nektos/act

jakirkham avatar Nov 17 '21 21:11 jakirkham

Is there some way we need to structure the files included?

https://github.com/dask/dask-docker/blob/d36602cd96fd8e2433597f1003ee14be4f88a33f/.github/workflows/watch-conda-forge.yml#L25

jakirkham avatar May 03 '22 01:05 jakirkham