We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef0d8d commit 17e79abCopy full SHA for 17e79ab
.github/workflows/python-prerelease.yml
@@ -3,7 +3,7 @@ name: Python prerelease
3
on:
4
push:
5
tags:
6
- - "v*.rc*"
+ - "v*rc*"
7
8
jobs:
9
trigger_rc_testing:
@@ -80,4 +80,4 @@ jobs:
80
run: |
81
VERSION=${{ steps.get-version.outputs.VERSION }}
82
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}"
+ echo "https://github.com/huggingface/${{ matrix.target-repo }}/compare/main...ci-test-huggingface-hub-${VERSION}"
0 commit comments