Skip to content

Commit

Permalink
release: bump icij-common to 0.5.6 and icij-worker to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Dec 11, 2024
1 parent 25abc52 commit f0c6642
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Python project
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
cache: poetry
- name: Install Python project
run: cd icij-common && poetry install --with dev --sync
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Python project
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
cache: poetry
- name: Install Python project
run: cd icij-worker && poetry install --with dev --sync
Expand Down
2 changes: 1 addition & 1 deletion icij-worker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "icij-worker"
version = "0.11.22"
version = "0.12.0"
description = "Create asynchronous tasks from Python functions"
authors = [
"Clément Doumouro <cdoumouro@icij.org>",
Expand Down

0 comments on commit f0c6642

Please sign in to comment.