Skip to content

Commit 5237ead

Browse files
committed
Swap out readme badges
1 parent 12aaa80 commit 5237ead

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Release
33
on:
44
push:
55
branches: [main]
6+
paths-ignore:
7+
- "**/*.md"
68
workflow_dispatch:
79
inputs:
810
bump:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ui-avatars
22

33
[![CI](https://img.shields.io/github/actions/workflow/status/stevelacey/ui-avatars/ci.yml?branch=main)](https://github.com/stevelacey/ui-avatars/actions)
4-
[![PyPI](https://img.shields.io/pypi/v/ui-avatars.svg)](https://pypi.org/project/ui-avatars/)
5-
[![Python versions](https://img.shields.io/pypi/pyversions/ui-avatars.svg)](https://pypi.org/project/ui-avatars/)
4+
[![PyPI](https://img.shields.io/pypi/v/ui-avatars.svg?cacheSeconds=14400)](https://pypi.org/project/ui-avatars/)
5+
[![Python versions](https://img.shields.io/pypi/pyversions/ui-avatars.svg?cacheSeconds=14400)](https://pypi.org/project/ui-avatars/)
66
[![License](https://img.shields.io/github/license/stevelacey/ui-avatars)](LICENSE.md)
77

88
Deterministic avatar URLs that work great on both light and dark designs: a real

0 commit comments

Comments
 (0)