Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support setting of python and poetry versions #11

Merged
merged 3 commits into from
Nov 19, 2019

Conversation

abatilo
Copy link
Owner

@abatilo abatilo commented Nov 19, 2019

This change introduces variables for allowing you to set whatever
versions of Python and poetry you'd like to install. You set these using
the GitHub Actions with block, where you can set python_version and
poetry_version. There are defaults listed in the action.yml. We are
considering letting those defaults automatically go lookup the latest
versions of python and/or poetry. This is as opposed to the previous
behavior which would only run the latest version of Python, and the
latest version of poetry.

At the same time, we've switched off using Alpine as this has been a
popular request.

Fixes #8
Fixes #9
Fixes #10

@abatilo abatilo force-pushed the feature/allow-setting-of-versions branch from b18d3d1 to daacfbf Compare November 19, 2019 14:03
This change introduces variables for allowing you to set whatever
versions of Python and poetry you'd like to install. You set these using
the GitHub Actions `with` block, where you can set `python_version` and
`poetry_version`. There are defaults listed in the action.yml. We are
considering letting those defaults automatically go lookup the latest
versions of python and/or poetry. This is as opposed to the previous
behavior which would only run the latest version of Python, and the
latest version of poetry.

At the same time, we've switched off using Alpine as this has been a
popular request.

Fixes #8
Fixes #9
Fixes #10
@abatilo abatilo force-pushed the feature/allow-setting-of-versions branch from daacfbf to a192d31 Compare November 19, 2019 14:08
@abatilo abatilo merged commit e7a0ff1 into master Nov 19, 2019
@abatilo abatilo deleted the feature/allow-setting-of-versions branch November 19, 2019 14:13
@github-actions
Copy link

🎉 This PR is included in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant