Skip to content

Commit 4adb430

Browse files
authored
Add update tags action to pypi.yaml
It allows to simply use @v1 to get the latest v1.x.y release
1 parent 2f08ada commit 4adb430

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pypi.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,11 @@ jobs:
163163
run: |
164164
python -c "import contrib_checker; print(f'✅ Installed version: {contrib_checker.__version__}')"
165165
contrib-checker --help
166+
167+
update-tags:
168+
name: 'Update Tags'
169+
runs-on: ubuntu-latest
170+
171+
steps:
172+
- name: 'Update Tags'
173+
uses: cssnr/update-version-tags-action@v1

0 commit comments

Comments
 (0)