Skip to content

Commit

Permalink
Release v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JRubics committed Aug 2, 2021
1 parent b84642a commit 903be54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The following will build and publish the python package using the last version o

```yaml
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.7
uses: JRubics/poetry-publish@v1.8
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
```
Expand All @@ -53,7 +53,7 @@ to publish to.
```yaml
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.7
uses: JRubics/poetry-publish@v1.8
with:
python_version: "3.7.1"
poetry_version: "==1.0.5" # (PIP version specifier syntax)
Expand All @@ -80,7 +80,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.7
uses: JRubics/poetry-publish@v1.8
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ inputs:
required: false
runs:
using: "docker"
image: "docker://jrubics/poetry-publish:v1.7"
image: "docker://jrubics/poetry-publish:v1.8"
args:
- ${{ inputs.python_version }}
- ${{ inputs.poetry_version }}
Expand Down

0 comments on commit 903be54

Please sign in to comment.