We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90dc93d commit 5511123Copy full SHA for 5511123
.github/workflows/python-publish.yml
@@ -29,3 +29,6 @@ jobs:
29
env:
30
UV_PUBLISH_TOKEN: ${{ secrets.SANIC_PYPI_API_TOKEN }}
31
run: uv publish
32
+
33
+ - name: Purge GitHub Camo cache for badges
34
+ uses: kevincobain2000/action-camo-purge@v1
0 commit comments