Releases: HassanAbouelela/actions
Setup Python v1.6.0
What's Changed
- Allow Specifying Python Path by @HassanAbouelela in #22
Full Changelog: setup-python_v1.5.0...setup-python_v1.6.0
Setup Python v1.5.0
What's Changed
- Bump external action versions by @ChrisLovering in #20
- This should stop the node version warnings in CI pipelines
Full Changelog: setup-python_v1.4.2...setup-python_v1.5.0
Bump Checkout Action For Poetry Flow
What's Changed
This release drops support for node 12, as it updates to actions/checkout@v4.
- Bump actions/checkout by @ChrisLovering in #17
Full Changelog: setup-python_v1.4.1...setup-python_v1.4.2
Setup Python v1.4.1
What's Changed
- Add Checkout Option by @HassanAbouelela in #16. If you need to modify the checkout options for your repository, you can disable the one performed by this action, and perform it manually. Otherwise, no changes are required.
Full Changelog: setup-python_v1.4.0...setup-python_v1.4.1
Setup Python v1.4.0
What's Changed
- Deprecate
dev
Argument In Setup Python by @HassanAbouelela in #14. This argument will be removed in the next major release (v2) - Fix Caching Issues by @HassanAbouelela in #15
Migration Guide
If you are using the dev
argument, you can switch it out as so:
Remove the dev
argument, and select the appropriate replacement based on your poetry version
- Poetry <= v1.1.x
dev: false
:install_args: "--no-dev"
dev: true
: No other changes required
- Poetry >= v1.2.x
dev: false
:install_args: "--without dev"
dev: true
: No other changes required
Full Changelog: setup-python_v1.3.3...setup-python_v1.4.0
Setup Python v1.3.3
What's Changed
- Update Checkout Action by @HassanAbouelela in #11. This fixes the deprecation warnings caused by this action. See more about the deprecation warnings and why this happened here.
Full Changelog: setup-python_v1.3.2...setup-python_v1.3.3
Setup Python v1.3.2
What's Changed
- Include Poetry Install Options In Cache Key by @HassanAbouelela in #10
Full Changelog: setup-python_v1.3.1...setup-python_v1.3.2
Setup Python v1.3.1
What's Changed
- Include Working Dir In Cache Key Hash by @HassanAbouelela in #9
Full Changelog: setup-python_v1.3.0...setup-python_v1.3.1
Setup Python v1.3.0
What's Changed
- Add Poetry Version Option. You can explicitly set which poetry version is used. Added by @HassanAbouelela in #1
Internal changes
- Remove The Environment Configuration In Favor of Using Default Caches by @HassanAbouelela in #8
- Bump the python action to v4, and the cache to v3
Full Changelog: setup-python_v1.2.1...setup-python_v1.3.0
Setup Python v1.2.1
This is a hotfix for a regression in poetry (described in the PR below).
What's Changed
Lock The Poetry Version To v1.1.* by @HassanAbouelela in #7
Full Changelog: setup-python_v1.2.0...setup-python_v1.2.1