Skip to content

Commit a0c1048

Browse files
Build(deps): Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#540)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.5 to 1.8.6. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.5...v1.8.6) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 179d8c1 commit a0c1048

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
@@ -145,7 +145,7 @@ jobs:
145145
run: |
146146
pandoc -s -o README.md README.rst
147147
- name: PyPI upload
148-
uses: pypa/[email protected].5
148+
uses: pypa/[email protected].6
149149
with:
150150
packages_dir: dist
151151
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)