Skip to content

Commit dc337e9

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.4
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.1 to 1.6.4. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.5.1...v1.6.4) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab4c4f2 commit dc337e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# all previous steps always run in order to exercise them
5656
- name: Publish distribution to PyPI
5757
if: startsWith(github.ref, 'refs/tags')
58-
uses: pypa/gh-action-pypi-publish@v1.5.1
58+
uses: pypa/gh-action-pypi-publish@v1.6.4
5959
with:
6060
password: ${{ secrets.PYPI_PASSWORD }}
6161

0 commit comments

Comments
 (0)