From 0a6e26a0a31840f312c1ee20361667d801a2eecc Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Thu, 2 May 2024 15:10:59 +0100 Subject: [PATCH] Fix issue when publishing to PyPI Issue: https://github.com/pypa/twine/issues/1059 Upgrade GH action to support Metadata-Version: 2.3: https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.13 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f6ed27a6c..ce7174a85 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: path: dist - name: Push build artifacts to PyPi - uses: pypa/gh-action-pypi-publish@v1.6.4 + uses: pypa/gh-action-pypi-publish@v1.8.14 with: user: __token__ password: ${{ secrets.PYPI_TOKEN }}