Skip to content

Releases: uibcdf/action-build-and-upload-conda-packages

v1.4.0

16 Dec 01:03
b061651
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

23 Jan 17:25
d72a2d9
Compare
Choose a tag to compare

A new option was added by @aidanheerdegen to choose whether or not the final package will be uploaded (useful for CI testing).

v1.2.0

01 Aug 03:21
Compare
Choose a tag to compare

Adding a new option to build with boa.

v1.1.0

24 Jun 17:55
Compare
Choose a tag to compare

This is the first not-beta released version. Nothing changed from v1.1-beta.1.

Option to produce the package for the host platform

05 Jul 23:15
Compare
Choose a tag to compare

When the package is not pure python, when the package contains code to be compiled, conda convert does not work.
In this case, the os and architecture of the host need to be changed to produce and upload native packages. Changes were made in this action to work also in this scenario.

Input Python version overrides the meta.yaml file

30 Jun 22:58
Compare
Choose a tag to compare

No matter the Python version found in the metadata file with the conda-build instructions, the python version given as input argument for this GitHub Action is used to build the new packages.

First beta version released

25 Jun 16:09
Compare
Choose a tag to compare

The GitHub Action does the following:

  • The action checks if the meta.yaml file exists in the directory specified by the user.
  • It compiles then the list of packages to the platform and Python version specified by the user.
  • Finally, the action uploads all packages built to the Anaconda user or organization specified by the user, with the label specified by the user (the option auto sets the value of the label as 'main' for releases and 'dev' to prereleases).