From cdf83d5fd16f30fd1e422114e13ff5948ffe799a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 10:08:11 +0000 Subject: [PATCH] build(deps): bump pypa/gh-action-pypi-publish from 1.5.0 to 1.6.4 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.0 to 1.6.4. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/717ba43cfbb0387f6ce311b169a825772f54d295...c7f29f7adef1a245bd91520e94867e5c6eedddcc) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d1615951c9..1223f26b46 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -114,7 +114,7 @@ jobs: path: dist - name: Publish binary wheel and source tarball on PyPI - uses: pypa/gh-action-pypi-publish@717ba43cfbb0387f6ce311b169a825772f54d295 + uses: pypa/gh-action-pypi-publish@c7f29f7adef1a245bd91520e94867e5c6eedddcc with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}