Skip to content

Releases: OpenAstronomy/github-actions-workflows

v2.6.1

23 Mar 14:59
ccd2f9f

Choose a tag to compare

What's Changed

  • Fix incorrect include-hidden-files argument to upload-artifact by @Cadair in #381

Full Changelog: v2.6.0...v2.6.1

v2.6.0

23 Mar 13:56
fc355c8

Choose a tag to compare

What's Changed

This release includes some new features for artifacts and automatic selection of python versions, as well as the deprecation of the conda support as the tox-conda plugin is no longer maintained.

Features

  • dynamically add supported Python versions to tox matrix, drawing from package metadata (requires-python) by @zacharyburnett in #326
  • deprecate conda parameter with warning by @zacharyburnett in #360
  • Add an artifact-archive flag to allow upload of non-zipped artifacts by @Cadair in #378
  • Add a way to pass include-hidden-files and if-no-files-found to upload-artifact action by @Cadair in #379

Internal

Full Changelog: v2.5.0...v2.6.0

v2.5.0

02 Mar 09:59
a138926

Choose a tag to compare

What's Changed

  • Add the ability to specify a custom working directory for tox and custom build directory for publish by @astrofrog in #358
  • Add option to generate test coverage report without codecov by @zacharyburnett in #207
  • Don't use dep groups in tox pipeline by @Cadair in #356

Full Changelog: v2.4.0...v2.5.0

v2.4.0

26 Jan 15:33
99401c3

Choose a tag to compare

The main feature added in this release is support for uploading dists built with the publish workflows in a subsequent step in your workflow.
This, amongst other things, allows you to use PyPI's Trusted Publishers for authentication.

What's Changed

  • add save_artifacts option to publish workflow by @braingram in #346
  • ensure uv is always available from cibuildwheel by @neutrinoceros in #331
  • Add documentation and tests for using external upload-to-pypi, which enables using trusted publishing by @Cadair in #348
  • Add permissions to trusted publishing example by @Cadair in #349

Full Changelog: v2.3.1...v2.4.0

v2.3.1

27 Nov 15:55
9f1fedd

Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

28 Oct 12:54
d9b81a0

Choose a tag to compare

What's Changed

  • Add support for arm64 windows wheel builds by @finnagin in #318

New Contributors

Full Changelog: v2.2.2...v2.3.0

v2.2.2

13 Oct 09:08
930ac90

Choose a tag to compare

What's Changed

Updated cibuildwheel to 3.2.1.

Full Changelog: v2.2.1...v2.2.2

v2.2.1

30 Jul 09:09
28e9474

Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

29 Jul 15:17
828af55

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

24 Jun 23:30
8682314

Choose a tag to compare

What's Changed

  • ENH: add support for PEP 735 dependency-groups via a new workflow input test_groups by @neutrinoceros in #286

Full Changelog: v2.0.0...v2.1.0