From b3203f1f0d335af2a976454dc3cb639ec57b3808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 21:28:53 +0000 Subject: [PATCH] Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.5.2 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.5.1...v1.5.2) --- 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/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a2c3968..f8aaf98 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -40,14 +40,14 @@ jobs: - name: Publish on PyPI if: github.event.inputs.target == 'pypi' || (github.event_name == 'release' && github.event.action == 'published') - uses: pypa/gh-action-pypi-publish@v1.5.1 + uses: pypa/gh-action-pypi-publish@v1.5.2 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} - name: Publish on TestPyPI if: github.event.inputs.target == 'testpypi' || (github.event_name == 'release' && github.event.action == 'published') - uses: pypa/gh-action-pypi-publish@v1.5.1 + uses: pypa/gh-action-pypi-publish@v1.5.2 with: user: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }}