Skip to content

v0.2.6

Compare
Choose a tag to compare
@adamkoziol adamkoziol released this 06 May 14:51
· 36 commits to main since this release

Release Notes

Feature: Added sha256 to meta.yaml

  • A sha256 placeholder has been added to the source section in the meta.yaml file for the allelefinder package. This will be used to specify the sha256 hash of the package source code.

Feature: Updated publish workflow

  • The GitHub Actions workflow for publishing the package has been modified. Changes include calculating the hash of the package, uploading the hash as an artifact, updating the paths for the release assets, and removing the Conda package section, which is now handled in a separate workflow.

Feature: Added Conda package workflow

  • A new GitHub Actions workflow for building and releasing the Conda package has been added. This workflow is triggered on release publication, and it builds the Conda package using the hash of the PyPI package.

Chore: Version Bump

  • The version of the package has been increased to 0.2.6.

These changes improve the package building and publishing process by separating the workflows for PyPI and Conda packages, adding a sha256 hash to the package metadata, and updating the package version.