diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 2c6169e..db8e887 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -27,7 +27,7 @@ jobs: poetry install - name: Build a binary wheel and a source tarball - run: python -m build + run: poetry build - name: Store the distribution packages uses: actions/upload-artifact@v3