Skip to content

Commit 32e15eb

Browse files
fix: poetry version
1 parent 6f58057 commit 32e15eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: Run image
1717
uses: abatilo/actions-poetry@v2
1818
with:
19-
poetry-version: ${{ matrix.poetry-version }}
19+
poetry-version: '1.2.0'
2020
- name: Build and publish
2121
env:
2222
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
2323
run: |
2424
poetry config pypi-token.pypi $PYPI_API_TOKEN
25-
poetry publish --build
25+
poetry publish --build

0 commit comments

Comments
 (0)