diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e1e4577..dff02a3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,5 +18,5 @@ jobs: os: ${{ matrix.os }} python-version: ${{ matrix.python-version }} publish: ${{ github.event_name == 'release' && github.event.action == 'published' && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' }} - poetry-extras: "--with docs,tests,analysis --all-extras" + poetry-extras: "--with docs,tests,analysis" secrets: inherit