diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c9c738fea..b42786073 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -23,8 +23,6 @@ jobs: - uses: actions/checkout@v4 - name: Install Poetry uses: snok/install-poetry@v1 - - name: Install dependencies - run: poetry install --no-interaction --all-extras - name: build package run: poetry build @@ -185,7 +183,5 @@ jobs: - uses: actions/checkout@v4 - name: Install Poetry uses: snok/install-poetry@v1 - - name: Install dependencies - run: poetry install --no-interaction --all-extras - name: Publish to pypi run: poetry publish --build -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}