Skip to content

Commit

Permalink
Bump setup-python To v1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Hassan Abouelela <[email protected]>
  • Loading branch information
HassanAbouelela committed Dec 14, 2022
1 parent cd059e8 commit 9e49798
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ linked in the index below.
> {name}_v{version}
Example:
> setup-python_v1.3.3
> setup-python_v1.4.0

### Support Policy
Expand All @@ -33,7 +33,7 @@ An index of all the currently maintained scripts, their description, and the lat

| Name | Version | Status | Description |
|--------------------------------|---------|-------------------------------|------------------------------------------------------|
| [Setup Python](./setup-python) | 1.3.3 | [![tests][sp_badge]][sp_link] | Setup a [poetry][Poetry]-managed python environment. |
| [Setup Python](./setup-python) | 1.4.0 | [![tests][sp_badge]][sp_link] | Setup a [poetry][Poetry]-managed python environment. |


[License]: https://shields.io/github/license/HassanAbouelela/actions
Expand Down
2 changes: 1 addition & 1 deletion setup-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It also handles caching of pre-commit if you happen to be using that.
You can use this action as follows:
```yaml
- name: Install Python Dependencies
uses: HassanAbouelela/actions/setup-python@setup-python_v1.3.3
uses: HassanAbouelela/actions/setup-python@setup-python_v1.4.0
with:
install_args: "--without dev"
python_version: '3.10'
Expand Down
4 changes: 2 additions & 2 deletions setup-python/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
path: |
~/.cache/pypoetry
~/.cache/pip
key: "python-${{ runner.os }}-v1.3.4b1-\
key: "python-${{ runner.os }}-v1.4.0-\
${{ steps.python_setup.outputs.python-version }}-${{ inputs.dev }}-${{ inputs.working_dir }}-${{ inputs.poetry_version }}-${{ inputs.install_args }}-\
${{ hashFiles(format('{0}/pyproject.toml', inputs.working_dir), format('{0}/poetry.lock', inputs.working_dir)) }}"

Expand All @@ -77,7 +77,7 @@ runs:
uses: actions/cache@v3
with:
path: ~/.cache/pre-commit
key: "precommit-${{ runner.os }}-v1.3.4b1-\
key: "precommit-${{ runner.os }}-v1.4.0-\
${{ steps.python_setup.outputs.python-version }}-${{ inputs.dev }}-${{ inputs.working_dir }}-${{ inputs.poetry_version }}-\
${{ hashFiles('./.pre-commit-config.yaml') }}"

Expand Down
2 changes: 1 addition & 1 deletion setup-python/tests/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "project"
version = "1.3.3"
version = "1.4.0"
description = "Simple project to test the setup-python action."
authors = ["Hassan Abouelela <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 9e49798

Please sign in to comment.