Skip to content

Commit ef41297

Browse files
committed
Versionator Updating versions for python and package.
1 parent a9a782e commit ef41297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
python_versions: ["3.10", "3.11", "3.12"]
22-
package_versions: []
22+
package_versions: ["0.3.1", "0.4.0", "0.4.1", "0.4.2", "0.5.0"]
2323
target_base: ["full", "slim"]
2424
steps:
2525
- name: Checkout repository
@@ -29,7 +29,7 @@ jobs:
2929
uses: multi-py/action-python-image-builder@main
3030
with:
3131
package: "quasiqueue"
32-
package_latest_version: ""
32+
package_latest_version: "0.5.0"
3333
maintainer: "Robert Hafner <[email protected]>"
3434
python_version: ${{ matrix.python_versions }}
3535
target_base: ${{ matrix.target_base }}

0 commit comments

Comments
 (0)