Skip to content

Commit bcb7a08

Browse files
authored
Merge pull request #565 from KhiopsML/remove-old-conda-workflow
Remove the old github conda workflow after the refactoring
2 parents 16936e1 + c0b0c6b commit bcb7a08

2 files changed

Lines changed: 8 additions & 270 deletions

File tree

.github/workflows/conda.yml

Lines changed: 0 additions & 268 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ Checklist:
269269
- Release issue and its related PR
270270
- Update the API Docs if necessary
271271
- Update `CHANGELOG.md`
272-
- Update the default `khiops-core` version in [.github/workflows/conda.yml]
273272
- Update the default value for `version` in the `download_datasets` function in [khiops/tools.py]
274273
- Git manipulations
275274
- Update your local repo and save your work:
@@ -280,11 +279,18 @@ Checklist:
280279
- Tag the merge commit with the release version (see Versioning above)
281280
- `git switch main`
282281
- `git tag 11.0.0.2 # Just an example`
283-
- Workflows
282+
- Release to repositories
284283
- Execute the `Pip Package` workflow specifying:
285284
- The tag on which to launch the workflow
286285
- The Pip repository: `Test PyPI` (for pre-releases) or `PyPI` (for
287286
releases)
287+
- New releases of related projects
288+
- Release after version bump:
289+
- `khiops-feedstock` (Conda package)
290+
- `khiops-doc` (website)
291+
- `khiops-notebook` and `khiops-docker` (Docker images)
292+
- Conda packages testing
293+
- Use the `Test the released Conda Package` workflow to test the `khiops` Conda package
288294

289295
To make a public release, you must execute the `Pip Package` CI workflow manually on a tag and
290296
specify the `PyPI` Pip repository for upload. These uploads do not overwrite any packages in

0 commit comments

Comments
 (0)