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