From a245402bd4c351a752a5d266d65d588686d6ef32 Mon Sep 17 00:00:00 2001 From: Ilya Taratukhin Date: Wed, 2 Apr 2025 17:12:27 +0200 Subject: [PATCH] build: update publishing action to resolve publish problem --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8cc0bc02..eba52482 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,7 +46,7 @@ jobs: python setup.py sdist bdist_wheel - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b + uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc e2e-tests: needs: publish