Adding upstream version 1.15.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
83326d7366
commit
3d6358c48c
14 changed files with 42 additions and 36 deletions
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
@ -21,12 +21,12 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v1
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.8
|
||||
architecture: 'x64'
|
||||
- name: Cache venv
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: venv
|
||||
# Look to see if there is a cache hit for the corresponding requirements file
|
||||
|
@ -75,12 +75,12 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v1
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.8
|
||||
architecture: 'x64'
|
||||
- name: Cache venv
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: venv
|
||||
# Look to see if there is a cache hit for the corresponding requirements file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue