From 30de191735929a32561ee3f36a77d1d3c8f59bba Mon Sep 17 00:00:00 2001 From: long2ice Date: Thu, 4 Feb 2021 21:59:34 +0800 Subject: [PATCH] update pypi.yml --- .github/workflows/pypi.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 561d8cd..080f33b 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -11,7 +11,10 @@ jobs: - uses: actions/setup-python@v1 with: python-version: '3.x' - - uses: dschep/install-poetry-action@v1.3 + - name: Install and configure Poetry + uses: snok/install-poetry@v1.1.1 + with: + virtualenvs-create: false - name: Build dists run: make build - name: Pypi Publish