conda / conda-package-handling

Create and extract conda packages of various formats
https://conda.github.io/conda-package-handling/
BSD 3-Clause "New" or "Revised" License
26 stars 37 forks source link

Add canary release action job #175

Closed dbast closed 9 months ago

dbast commented 1 year ago

As this package is installed into every conda installation, changes have a great impact. A canary release allows to easy test the package by a wider audience before a release is out.

This also converts the recipe:

The code is 1:1 from the conda repo.

Description

Checklist - did you ...

dbast commented 1 year ago

oh... the tests also build the recipe... {{ GIT_DESCRIBE_TAG }}+{{ GIT_BUILD_STR }} is not defined during the tests... to be fixed somehow

dholth commented 1 year ago

For some reason the build fails with GIT_DESCRIBE_TAG is undefined

github-actions[bot] commented 10 months ago

Hi there, thank you for your contribution!

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.

If you would like this pull request to remain open please:

  1. Rebase and verify the changes still work
  2. Leave a comment with the current status

NOTE: If this pull request was closed prematurely, please leave a comment.

Thanks!