This commit is contained in:
s3lph 2023-12-19 02:58:06 +01:00
parent 0a0bb651a0
commit 1a5a148ebe
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -25,8 +25,8 @@ runs:
args:
- -c
- |
apt update; apt install -y python3-pip lintian rsync
export VERSION=$(python3 -c 'import ${{ inputs.python_module }}; print(${{ inputs.python_module }}.__version)')
apt update; apt install -y python3-pip lintian rsync sudo
export VERSION=$(python3 -c 'import ${{ inputs.python_module }}; print(${{ inputs.python_module }}.__version__)')
mkdir -p \
${{ inputs.package_root }}/usr/lib/python3/dist-packages/
${{ inputs.package_root }}/usr/share/doc/${{ inputs.package_name }}/