1
0
Fork 0

Merging upstream version 1.10.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:05:31 +01:00
parent f9ac49e01b
commit 0b1bc50af3
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
10 changed files with 134 additions and 44 deletions

View file

@ -8,7 +8,7 @@ on:
jobs:
release-pypi:
name: release-pypi
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
# FIXME
# help test shouldn't depends on this to run
@ -30,7 +30,7 @@ jobs:
with:
path: venv
# Look to see if there is a cache hit for the corresponding requirements file
key: ubuntu-16.04-poetryenv-${{ hashFiles('poetry.lock') }}
key: ubuntu-latest-poetryenv-${{ hashFiles('poetry.lock') }}
- name: Install Dependencies
run: |
python3 -m venv venv
@ -62,7 +62,7 @@ jobs:
release-binary:
name: Release Executable Binary.
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
# FIXME
# help test shouldn't depends on this to run
@ -84,7 +84,7 @@ jobs:
with:
path: venv
# Look to see if there is a cache hit for the corresponding requirements file
key: ubuntu-16.04-poetryenv-${{ hashFiles('poetry.lock') }}
key: ubuntu-latest-poetryenv-${{ hashFiles('poetry.lock') }}
- name: Install Dependencies
run: |
python3 -m venv venv