Skip to content

Releases: ApeWorX/github-action

v3.5

30 Jun 20:19
511caa6

Choose a tag to compare

What's Changed

  • feat: allow path-based install for Ape by @antazoey in #45
  • feat: support including extras in path-based Ape installs by @antazoey in #46

Full Changelog: v3...v3.5

v3.4

10 Jun 19:46
5c9a995

Choose a tag to compare

What's Changed

  • test: add pyproject.toml test to actions CI by @fubuloubu in #44

Full Changelog: v3...v3.4

v3.3

05 Mar 20:11
ecd8076

Choose a tag to compare

What's Changed

Full Changelog: v3...v3.3

v3.2

12 Feb 23:43
537ecad

Choose a tag to compare

What's Changed

  • fix: issue where macos runners never cached compilers by @antazoey in #40

Full Changelog: v3...v3.2

v3.1

31 Jan 18:38
9f9a6f5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0...v3.1

v3.0

31 Jan 18:38
6095f4f

Choose a tag to compare

fix!: Update default Python version from 3.8 to 3.10 to align with Ape 0.8 (#33)

v2.7

05 Feb 16:36
edfe946

Choose a tag to compare

  • fix: issue where was warned about cache Path validation error when not using certain features, such as compilers.

v2.6

31 Jan 16:42
3004dd9

Choose a tag to compare

  • Upgrade action dependencies setup-python and caching

v2.5

29 Jan 17:03
61ea0da

Choose a tag to compare

  • Upgrade andstor/file-existence-action from v2 to v3 to resolve node-deprecation warnings

v2.4

05 Oct 17:46
7840039

Choose a tag to compare

What's Changed

fix: issue where requirements files were no longer installed #30
Thanks @antazoey