Skip to content

Commit f51948e

Browse files
Build(deps): Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 (#509)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.6.4 to 1.7.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.6.4...v1.7.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 455d945 commit f51948e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
run: |
141141
pandoc -s -o README.md README.rst
142142
- name: PyPI upload
143-
uses: pypa/gh-action-pypi-publish@v1.6.4
143+
uses: pypa/gh-action-pypi-publish@v1.7.1
144144
with:
145145
packages_dir: dist
146146
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)