Skip to content

Commit 85e210e

Browse files
committed
fix: release workflow so it contains the galaxies
1 parent 591c58a commit 85e210e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
21+
submodules: 'recursive'
2122
- name: Install Poetry
2223
run: python -m pip install --upgrade pip poetry
2324
- name: Build artifacts

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pymispgalaxies"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Python API for the MISP Galaxies."
55
authors = [
66
{name="Raphaël Vinot", email="raphael.vinot@circl.lu"}

0 commit comments

Comments
 (0)