Browse Source

updated poetry version for pypi build

Rodja Trappe 2 years ago
parent
commit
28d1d2dd90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish.yml

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

@@ -17,7 +17,7 @@ jobs:
       - name: set up Poetry
         uses: abatilo/actions-poetry@v2.0.0
         with:
-          poetry-version: "1.1.6"
+          poetry-version: "1.3.1"
       - name: get version
         id: get_version
         run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}