Merging upstream version 1.8.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
857e875fe5
commit
67e5308a54
874 changed files with 1460 additions and 897 deletions
2
.github/workflows/release-python.yml
vendored
2
.github/workflows/release-python.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
- name: Check if it is a release tag
|
||||
id: check-tag
|
||||
run: |
|
||||
if [[ ${{ github.event.ref }} =~ ^refs/tags/v([0-9]+\.[0-9]+)(-rc[0-9]+)?$ ]]; then
|
||||
if [[ ${{ github.event.ref }} =~ ^refs/tags/v([0-9]+\.[0-9]+)(\.[0-9]+)?(-rc[0-9]+)?$ ]]; then
|
||||
echo ::set-output name=match::true
|
||||
fi
|
||||
- name: Download artifiact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue