Skip to content

Commit dfbb7df

Browse files
committed
fix(publish): fix publication workflow by installing dev dependencies
1 parent be5bf88 commit dfbb7df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Publish
22
on:
33
release:
4-
types: [published]
4+
types:
5+
- edited
6+
- published
57
env:
68
DOCKER_IMAGE: ghcr.io/fmind/mlops-python-package
79
concurrency:
@@ -26,6 +28,7 @@ jobs:
2628
steps:
2729
- uses: actions/checkout@v4
2830
- uses: ./.github/actions/setup
31+
- run: poetry install --with dev
2932
- run: poetry run invoke packages
3033
- uses: docker/login-action@v3
3134
with:

0 commit comments

Comments
 (0)