Skip to content

Commit 27c87d0

Browse files
authored
Merge pull request #4 from vuillaut/update-tags
Add update tags action to pypi.yaml
2 parents 2f08ada + 4adb430 commit 27c87d0

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)