-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update abatilo/actions-poetry action to v3.0.1 (#156)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9446b1d
commit 44f6e63
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
sudo apt-get update | ||
sudo apt-get install -y pandoc | ||
- name: Run poetry image | ||
uses: abatilo/[email protected].0 | ||
uses: abatilo/[email protected].1 | ||
with: | ||
poetry-version: ${{ vars.POETRY_VERSION }} | ||
- name: Install dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Run poetry image | ||
uses: abatilo/[email protected].0 | ||
uses: abatilo/[email protected].1 | ||
with: | ||
poetry-version: ${{ vars.POETRY_VERSION }} | ||
- name: Publish to PyPI and build before | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Run poetry image | ||
uses: abatilo/[email protected].0 | ||
uses: abatilo/[email protected].1 | ||
with: | ||
poetry-version: ${{ vars.POETRY_VERSION }} | ||
- name: Install dependencies | ||
|
@@ -58,7 +58,7 @@ jobs: | |
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Run poetry image | ||
uses: abatilo/[email protected].0 | ||
uses: abatilo/[email protected].1 | ||
with: | ||
poetry-version: ${{ vars.POETRY_VERSION }} | ||
- name: Install dependencies | ||
|
@@ -88,7 +88,7 @@ jobs: | |
with: | ||
python-version: ${{ vars.PYTHON_VERSION}} | ||
- name: Run poetry image | ||
uses: abatilo/[email protected].0 | ||
uses: abatilo/[email protected].1 | ||
with: | ||
poetry-version: ${{ vars.POETRY_VERSION }} | ||
- name: Install dependencies | ||
|