We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f58057 commit 32e15ebCopy full SHA for 32e15eb
1 file changed
.github/workflows/publish.yml
@@ -16,10 +16,10 @@ jobs:
16
- name: Run image
17
uses: abatilo/actions-poetry@v2
18
with:
19
- poetry-version: ${{ matrix.poetry-version }}
+ poetry-version: '1.2.0'
20
- name: Build and publish
21
env:
22
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
23
run: |
24
poetry config pypi-token.pypi $PYPI_API_TOKEN
25
- poetry publish --build
+ poetry publish --build
0 commit comments