Skip to content

Commit 93294ed

Browse files
chord: fix missing lib of simunet
1 parent abd9641 commit 93294ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-simunet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
needs: [create-release, test]
119119
runs-on: ubuntu-latest
120120
container:
121-
image: ghcr.io/opensecflow/netdriver/python-poetry:3.12
121+
image: ghcr.io/opensecflow/netdriver/python-poetry
122122
permissions:
123123
contents: write
124124
packages: read

projects/simunet/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Topic :: Software Development :: Libraries :: Python Modules",
2727
]
2828
packages = [
29+
{include = "netdriver/client", from = "../../components"},
2930
{include = "netdriver/simunet", from = "../../bases"},
3031
{include = "netdriver/exception", from = "../../components"},
3132
{include = "netdriver/server", from = "../../components"},

0 commit comments

Comments
 (0)