From c4b4cb8ed3f9765d8d2f309b20a06ae4004663f3 Mon Sep 17 00:00:00 2001 From: Brian Pugh Date: Thu, 19 May 2022 10:09:49 -0700 Subject: [PATCH] Revert "swap back to JRubics/poetry-publish now that plugin support has been merged upstream" This reverts commit f64d34beb632ed35d4e5e82008e1e8004a973e7a. --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 9aa554c..6cbc6b1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build and publish to pypi - uses: JRubics/poetry-publish@v1.11 + uses: BrianPugh/poetry-publish@poetry-plugins with: pypi_token: ${{ secrets.PYPI_TOKEN }} allow_poetry_pre_release: "yes"