From 2c1746dc9046ecae7bde02bbdb7173f86db943ce Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sat, 2 Jan 2021 13:33:45 -0700 Subject: [PATCH] fix ci release action --- .github/workflows/release-pypi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index 8245c7c..acc4e85 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -8,6 +8,7 @@ jobs: matrix: python-version: [3.6] os: [ubuntu-20.04] + poetry-version: [1.1.4] runs-on: ${{ matrix.os }} steps: