Skip to content

Commit 694ef3d

Browse files
committed
build: include deb missing build package in workflow
1 parent 3f7fcf6 commit 694ef3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: cp -r packaging/debian debian
9494

9595
- name: Install Debian deps
96-
run: sudo apt-get install -y dpkg-dev debhelper devscripts lintian python3-pip tox dh-python python3-all python3-all-dev python3-pbr
96+
run: sudo apt-get install -y dpkg-dev debhelper devscripts lintian python3-pip tox dh-python python3-all python3-all-dev python3-pbr pybuild-plugin-pyproject
9797

9898
- name: Install dependencies
9999
run: |

caso/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import pathlib
2121
from contextlib import suppress
2222

23-
__version__ = "5.1.0"
23+
__version__ = "5.1.1"
2424

2525

2626
def extract_version() -> str:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22

33
name = "caso"
4-
version = "5.1.0"
4+
version = "5.1.1"
55
description = "cASO is an OpenStack Accounting extractor."
66
readme = "README.md"
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)