atomec-project / atoMEC

Python-based average-atom code for simulations of high energy density phenomena such as in warm dense matter.
https://atomec-project.github.io/atoMEC/
BSD 3-Clause "New" or "Revised" License
17 stars 12 forks source link

PyPI badge does not update to recent version - automate clearing the cache? #167

Closed DanielKotik closed 1 year ago

DanielKotik commented 1 year ago

This issue is related to GitHub caching badges. This issue can be solved as described here

For example, in Chromium open README.md and use the Web Developer Tools to inspect the badge in order to retrieve the respective https://camo.gitubusercontent... URL, see

image

Now clear the cache with curl -w "\n" -s -X PURGE https://camo.githubusercontent.com/..

timcallow commented 1 year ago

I'm closing this as the correct version displays eventually, it just takes some time (or a manual clearing of the cache)