Skip to content

Releases: open-turo/actions-python

v2.3.0

10 Sep 18:51
Compare
Choose a tag to compare

2.3.0 (2024-09-10)

Features

v2.2.1

19 Aug 10:37
Compare
Choose a tag to compare

2.2.1 (2024-08-19)

Bug Fixes

  • make the Test action fail in case of missing pytest dependency (bc3ac08)

v2.2.0

07 Jun 18:54
Compare
Choose a tag to compare

2.2.0 (2024-06-07)

Features

  • test: add pytest-cov and support requirements-test.txt (0332eb4)

v2.1.3

06 Jun 22:07
Compare
Choose a tag to compare

2.1.3 (2024-06-06)

Bug Fixes

  • run tests for pip based workflows (2c3ac5b)

v2.1.2

19 Apr 20:18
Compare
Choose a tag to compare

2.1.2 (2024-04-19)

Bug Fixes

  • test: always install python, not only for poetry based workflows (3596cd7)

v2.1.1

22 Mar 15:27
Compare
Choose a tag to compare

2.1.1 (2024-03-22)

Bug Fixes

  • release: remove useless auth step (fa8c292)

v2.1.0

12 Mar 20:50
Compare
Choose a tag to compare

2.1.0 (2024-03-12)

Features

  • release: separate poetry package vs regular release (3ac773e)

v2.0.1

07 Mar 18:16
Compare
Choose a tag to compare

2.0.1 (2024-03-07)

Bug Fixes

  • add back commitlint to lint action (db80347)

v2.0.0

01 Mar 16:28
Compare
Choose a tag to compare

2.0.0 (2024-03-01)

Features

  • add coverage and setup script steps (6d966e5)
  • use open source alternatives to setup (5709854)

BREAKING CHANGES

  • switch to open source alternatives to setup

v1.5.5

27 Feb 22:14
Compare
Choose a tag to compare

1.5.5 (2024-02-27)

Bug Fixes

  • raise warning when pytest not found (885810b)