| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,9 @@ | |||
| 1 | 1 | name: Publish | |
| 2 | 2 | on: | |
| 3 | 3 | release: | |
| 4 | - types: [published] | ||
| 4 | + types: | ||
| 5 | + - edited | ||
| 6 | + - published | ||
| 5 | 7 | env: | |
| 6 | 8 | DOCKER_IMAGE: ghcr.io/fmind/mlops-python-package | |
| 7 | 9 | concurrency: | |
@@ -26,6 +28,7 @@ jobs: | |||
| 26 | 28 | steps: | |
| 27 | 29 | - uses: actions/checkout@v4 | |
| 28 | 30 | - uses: ./.github/actions/setup | |
| 31 | + - run: poetry install --with dev | ||
| 29 | 32 | - run: poetry run invoke packages | |
| 30 | 33 | - uses: docker/login-action@v3 | |
| 31 | 34 | with: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments