Closed eberrigan closed 5 months ago
The recent updates primarily focus on refining the CI/CD workflows and updating installation instructions. Changes to the GitHub Actions workflows involve adjusting operating system conditions and toggling steps for uploading packages. Additionally, the installation documentation has been updated to reflect the latest SLEAP version.
File Path | Change Summary |
---|---|
.github/workflows/build.yml |
Updated OS conditions for logging into Anaconda and uploading conda packages on Windows. |
.github/workflows/build_manual.yml |
Adjusted upload configurations for Ubuntu and Windows, including Anaconda login/logout steps. |
.github/workflows/build_ci.yml |
Removed a commented-out line related to caching configuration. |
docs/installation.md |
Updated installation commands for SLEAP from version 1.3.3 to 1.4.1a1. |
In the realm of code so bright,
Workflows shift with new insight.
Windows, Ubuntu, all aligned,
Sleap's new version, finely designed.
Packages uploaded, tasks refined,
A seamless journey, redefined.
Hopping forward, swift and kind. 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
build_manual.yml
to upload the Windows conda package.windows-2019
towindows-2022
inbuild.yml
upload stages.build_ci.yml
and tested the Build CI.Types of changes
Does this address any currently open issues?
build.yml
for the conda upload step was incorrect. This release v1.4.1a1 built but did not upload the Windows conda package.build_ci.yml
so I am not sure why it even ran. It is running without errors again.Outside contributors checklist
Thank you for contributing to SLEAP!
:heart:
Summary by CodeRabbit
Documentation
Chores
windows-2022
.