From 1c2a2d2fc6a9ab205de88c1c6104332f676e7fb8 Mon Sep 17 00:00:00 2001 From: Alessio Placitelli Date: Sun, 1 Oct 2023 15:09:12 +0200 Subject: [PATCH] Use a recent version of pypi-publish This is required because of pypa/gh-action-pypi-publish#130 --- .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 8620f05..c85799a 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -31,7 +31,7 @@ jobs: - name: Build package run: python -m build - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@8ef2b3d46c9ecba901fb2ae21d98e322c4089c4e + uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # Uncomment the following two lines to upload to TestPyPI # with: # repository-url: https://test.pypi.org/legacy/