From 965e9ba8d664a83222259575be84127c5dd9b733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 05:41:57 +0000 Subject: [PATCH] build(deps): Bump pypa/gh-action-pypi-publish from v1.4.1 to v1.4.2 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from v1.4.1 to v1.4.2. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.4.1...27b31702a0e7fc50959f5ad993c78deac1bdfc29) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cc6e94..a50e4bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: - name: "Publish package" if: "github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')" - uses: "pypa/gh-action-pypi-publish@v1.4.1" + uses: "pypa/gh-action-pypi-publish@v1.4.2" with: user: "${{ secrets.PYPI_USERNAME }}" password: "${{ secrets.PYPI_PASSWORD }}"