- Updated the PyPI URL in the GitHub Actions workflow to use the correct base URL (pypi.org instead of pypi.io). This fixes the issue where the Conda build step was failing due to a 404 error when trying to download the package.
Chores
- Updated the version of the allele_tools package to 0.3.5.
0.3.4
New Features
- Add artifact handling in GitHub Actions workflow. This includes steps to upload and download `hash.txt` artifact.
Chores
- Bump version to 0.3.4 in `allele_tools/version.py`.
0.3.3
Fixes
- Changed the format of the conda channels in the GitHub Actions workflow from a list to a comma-separated string. This fixes the issue with the workflow file format.
Chores
- The version of the package has been updated to 0.3.3.
0.3.2
Features
- Added `olcbioinformatics`, `bioconda`, and `conda-forge` channels to the GitHub Actions workflow. This will help in finding the correct versions of the dependencies.
Chores
- The version of the package has been updated to 0.3.2.
0.3.1
Features
- Added a step to the GitHub Actions workflow to install the `conda-build` package. This package is necessary for the `conda build` command to work.
Chores
- Updated the version of the package to 0.3.1.
0.3.0
Features
- Merge the Conda package build process into the existing publish workflow. The separate workflow for building and releasing the Conda package has been removed. The hash calculation and artifact upload steps have been moved from the publish job to the build job within the publish workflow.