Skip to content

Commit 316959c

Browse files
itepifaniogahan9
authored andcommitted
Fix typo
1 parent dbf6e9e commit 316959c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v3
37-
- uses: abatilo/actions-poetry@v2.1.6
37+
- uses: abatilo/actions-poetry@v2
3838
with:
3939
poetry-version: 1.6.0
4040
- name: Publish distribution 📦 to Test PyPI

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/setup-python@v3
4242
with:
4343
python-version: ${{ matrix.python-version }}
44-
- uses: abatilo/actions-poetry@v2.1.6
44+
- uses: abatilo/actions-poetry@v2
4545
with:
4646
poetry-version: 1.6.0
4747
- name: Install dependencies

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@v3
39-
- uses: abatilo/actions-poetry@v2.1.6
39+
- uses: abatilo/actions-poetry@v2
4040
with:
4141
poetry-version: 1.6.0
4242
- name: Publish distribution 📦 to PyPI

0 commit comments

Comments
 (0)