Skip to content

Releases: abatilo/actions-poetry

v1.4.0

21 Jan 13:06
be65656
Compare
Choose a tag to compare

1.4.0 (2020-01-21)

Features

  • deps: bump pip from 19.3.1 to 20.0.1 (#16) (be65656)

v1.3.0

01 Jan 22:56
Compare
Choose a tag to compare

1.3.0 (2020-01-01)

Bug Fixes

  • Wrap pyenv local with pyenv latest local (17ab23e)

Features

  • Adds working_directory Input to Action (#14) (f2af45b)

v1.2.0

18 Dec 14:22
a7c27cf
Compare
Choose a tag to compare

1.2.0 (2019-12-18)

Features

  • Support under specified versions of Python (#13) (a7c27cf), closes #12

v1.1.0

19 Nov 14:24
Compare
Choose a tag to compare

1.1.0 (2019-11-19)

Features

v1.0.0

28 Oct 13:37
Compare
Choose a tag to compare

1.0.0 (2019-10-28)

Features

Set ENTRYPOINT to entrypoint.sh

30 May 02:51
Compare
Choose a tag to compare

Based on what is published here:
https://developer.github.com/actions/creating-github-actions/creating-a-docker-container/#entrypoint

I've switched to using an entrypoint script, so that actions that are consumers will be able to source environment variables. Functionally, everything else is the same.

1.0.0

30 May 01:07
Compare
Choose a tag to compare
Create 3.7.3 action