From 3a737086eb49fe02c12c8a8b92b25d78fbcd7eb9 Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Wed, 6 Dec 2023 15:13:42 -0300 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 980c908..a67b6fb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: with: python-version: '3.x' architecture: 'x64' - - run: pip install poetry==1.1.12 + - run: pip install poetry - run: poetry build - name: Publish a Python distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1