Skip to content

Commit

Permalink
fix(publish): fix publication workflow by installing dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fmind committed Jul 23, 2024
1 parent be5bf88 commit dfbb7df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Publish
on:
release:
types: [published]
types:
- edited
- published
env:
DOCKER_IMAGE: ghcr.io/fmind/mlops-python-package
concurrency:
Expand All @@ -26,6 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: poetry install --with dev
- run: poetry run invoke packages
- uses: docker/login-action@v3
with:
Expand Down

0 comments on commit dfbb7df

Please sign in to comment.