From c9e03ed9afa20d64155531314934d471ba427c6a Mon Sep 17 00:00:00 2001 From: long2ice Date: Wed, 6 Jan 2021 10:38:30 +0800 Subject: [PATCH] update pypi.yml --- .github/workflows/pypi.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 8e8c6d5..080f33b 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -11,11 +11,14 @@ 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 uses: pypa/gh-action-pypi-publish@master with: user: __token__ - password: ${{ secrets.pypi_password }} \ No newline at end of file + password: ${{ secrets.pypi_password }}