Browse Source

another fix

Rodja Trappe 4 years ago
parent
commit
d766f64f6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/python-publish.yml

+ 1 - 1
.github/workflows/python-publish.yml

@@ -20,7 +20,7 @@ jobs:
       - name: Run image
         uses: abatilo/actions-poetry@v2.0.0
         with:
-          poetry-version: "1.x"
+          poetry-version: "1.1.6"
       - name: publish
         env:
           TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}