From de5894f3dddc97c7863488a2b5879d5f3e9523fd Mon Sep 17 00:00:00 2001 From: Maxim Vochten Date: Sat, 8 Jun 2024 12:09:57 +0200 Subject: [PATCH] update poetry to hatch in pypi workflow --- .github/workflows/publish-to-pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 2d4c478..e1d7449 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -20,9 +20,9 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install poetry + pip install hatch - name: Build run: | - poetry build + hatch build - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file