From c252867781b5ce531b2e9b19ebc154ef396a1530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 09:09:00 +0000 Subject: [PATCH] Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.7 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.5 to 1.8.7. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.8.5...v1.8.7) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pypi.yml | 2 +- .github/workflows/test_pypi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 3cd578b..89a7e6f 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -70,7 +70,7 @@ jobs: name: dist path: dist # unmangle to `./dist` to actually publish - - uses: pypa/gh-action-pypi-publish@v1.8.5 + - uses: pypa/gh-action-pypi-publish@v1.8.7 with: user: __token__ password: ${{ secrets.PYPI_PASSWORD }} diff --git a/.github/workflows/test_pypi.yml b/.github/workflows/test_pypi.yml index 515b45e..6f21565 100644 --- a/.github/workflows/test_pypi.yml +++ b/.github/workflows/test_pypi.yml @@ -70,7 +70,7 @@ jobs: name: dist path: dist # unmangle to `./dist` to actually publish - - uses: pypa/gh-action-pypi-publish@v1.8.5 + - uses: pypa/gh-action-pypi-publish@v1.8.7 with: user: __token__ password: ${{ secrets.TEST_PYPI_PASSWORD }}