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 }}