From c186e7e4590520a29a78ff88e6b706dc48f88c5f Mon Sep 17 00:00:00 2001 From: Jan Eglinger Date: Mon, 15 Apr 2024 11:38:50 +0200 Subject: [PATCH] GitHub Actions: update gh-action-pypi-publish to 1.8.14 --- .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 245c52e..1e58d84 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,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: skip_existing: true user: __token__