From d5bfb140bc583a02984199091a7ea4aadca47a1d Mon Sep 17 00:00:00 2001 From: Brian Pugh Date: Mon, 16 May 2022 10:57:13 -0700 Subject: [PATCH] Use poetry-publish fork --- .github/workflows/deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 942377c..6cbc6b1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -10,8 +10,9 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build and publish to pypi - uses: JRubics/poetry-publish@v1.10 + uses: BrianPugh/poetry-publish@poetry-plugins with: pypi_token: ${{ secrets.PYPI_TOKEN }} allow_poetry_pre_release: "yes" ignore_dev_requirements: "yes" + plugins: "poetry-dynamic-versioning-plugin"