From d1ec1dbea23abe118d887437716381487baffec3 Mon Sep 17 00:00:00 2001 From: Lari Liuhamo Date: Mon, 28 Oct 2024 23:07:22 +0200 Subject: [PATCH] Removed unnecessary CI config option --- .github/workflows/pypi_deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pypi_deploy.yml b/.github/workflows/pypi_deploy.yml index 71d7daf..15e075d 100644 --- a/.github/workflows/pypi_deploy.yml +++ b/.github/workflows/pypi_deploy.yml @@ -19,5 +19,4 @@ jobs: - name: Publish distribution 📦 to PyPI uses: JRubics/poetry-publish@v2.0 with: - ignore_dev_requirements: 'yes' pypi_token: ${{ secrets.PYPI_PASSWORD }}