From 9c57d2a4148ca99b38a3131c88c3847dd3d4ea0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 06:59:03 -0500 Subject: [PATCH] chore(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (#184) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 31ca8f7..80cd810 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -105,7 +105,7 @@ jobs: cp -r cp311-macosx/*.whl dist/ cp -r cp38-macosx/*.whl dist/ cp -r cp39-macosx/*.whl dist/ - - uses: pypa/gh-action-pypi-publish@v1.8.10 + - uses: pypa/gh-action-pypi-publish@v1.8.11 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') with: user: __token__