From df20b1c7b00559e0e88ebba17047a15e73dbde81 Mon Sep 17 00:00:00 2001 From: Alecks Gates Date: Sat, 20 Jul 2024 00:12:09 -0500 Subject: [PATCH] Update to latest poetry-publish action --- .github/workflows/pypi_publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pypi_publish.yml b/.github/workflows/pypi_publish.yml index f8eaf2d..9115c01 100644 --- a/.github/workflows/pypi_publish.yml +++ b/.github/workflows/pypi_publish.yml @@ -10,8 +10,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build and publish to pypi - uses: JRubics/poetry-publish@v1.15 + uses: JRubics/poetry-publish@v2.0 with: python_version: "3.11.9" - ignore_dev_requirements: "yes" pypi_token: ${{ secrets.PYPI_TOKEN }}