Skip to content

Commit 17e79ab

Browse files
authored
Update python-prerelease.yml
1 parent aef0d8d commit 17e79ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Python prerelease
33
on:
44
push:
55
tags:
6-
- "v*.rc*"
6+
- "v*rc*"
77

88
jobs:
99
trigger_rc_testing:
@@ -80,4 +80,4 @@ jobs:
8080
run: |
8181
VERSION=${{ steps.get-version.outputs.VERSION }}
8282
echo "https://github.com/huggingface/${{ matrix.target-repo }}/actions"
83-
echo "https://github.com/huggingface/${{ matrix.target-repo }}/compare/main...ci-test-huggingface-hub-${VERSION}"
83+
echo "https://github.com/huggingface/${{ matrix.target-repo }}/compare/main...ci-test-huggingface-hub-${VERSION}"

0 commit comments

Comments
 (0)