We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5bf88 commit dfbb7dfCopy full SHA for dfbb7df
1 file changed
.github/workflows/publish.yml
@@ -1,7 +1,9 @@
1
name: Publish
2
on:
3
release:
4
- types: [published]
+ types:
5
+ - edited
6
+ - published
7
env:
8
DOCKER_IMAGE: ghcr.io/fmind/mlops-python-package
9
concurrency:
@@ -26,6 +28,7 @@ jobs:
26
28
steps:
27
29
- uses: actions/checkout@v4
30
- uses: ./.github/actions/setup
31
+ - run: poetry install --with dev
32
- run: poetry run invoke packages
33
- uses: docker/login-action@v3
34
with:
0 commit comments