From cf959baf60a06560fc9a1bd2afde0faeea2eb912 Mon Sep 17 00:00:00 2001 From: Alec Thomson Date: Thu, 11 Jul 2024 10:55:30 +0800 Subject: [PATCH] Update pypi.yml --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index e3d9250..936713c 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build and publish to pypi - uses: JRubics/poetry-publish@v2.0 + uses: JRubics/poetry-publish@v1.16 with: pypi_token: ${{ secrets.PYPI_TOKEN }} plugins: "poetry-dynamic-versioning[plugin]"