diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e00f994..cfc6320 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,8 +87,6 @@ jobs: - name: Install dependencies run: | poetry install - - name: Build package - run: poetry build - name: Publish to PyPI env: POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}