From 7259929758448f8dc111bfbef36f3c389cb6cea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20R=C3=B6bke?= Date: Tue, 24 Dec 2024 00:39:18 +0100 Subject: [PATCH] Update python-publish.yml Add twine to pip install --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index f58e6af..96fc4a3 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install 'build[virtualenv]' + pip install 'build[virtualenv]' twine - name: Build and publish env: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}