Skip to content

Commit

Permalink
Merge pull request #56 from ai-cfia/54-as-a-devops-i-want-to-implemen…
Browse files Browse the repository at this point in the history
…t-a-versioning-system-similar-to-ailab-datastore

Issue #54: Update workflow with versioning pipeline
  • Loading branch information
SonOfLope authored Oct 17, 2024
2 parents 20fed06 + 9456d69 commit 47153be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,14 @@ jobs:
repo-standard:
uses: ai-cfia/github-workflows/.github/workflows/workflow-repo-standards-validation.yml@main
secrets: inherit

pyproject-version-bump:
if: github.event.pull_request.merged != true
name: fertiscan-pipeline-pyproject-version-bump
uses: ai-cfia/github-workflows/.github/workflows/workflow-version-bump-python.yml@main
secrets: inherit

trigger-release:
if: github.event.pull_request.merged == true
uses: ai-cfia/github-workflows/.github/workflows/workflow-pyproject-release.yml@main
secrets: inherit
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "fertiscan_pipeline"
version = "0.0.1"
version = "0.0.2"
description = "A pipeline for the FertiScan project"
authors = [
{ name = "Albert Bryan Ndjeutcha", email = "[email protected]" }
Expand All @@ -23,6 +23,7 @@ license = { file = "LICENSE" }
keywords = ["fertiscan","ailab"]

[tool.setuptools]
packages = ["pipeline"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

0 comments on commit 47153be

Please sign in to comment.