Skip to content

Commit e1cc62d

Browse files
Build(deps): Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (#513)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.7.1 to 1.8.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.7.1...v1.8.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 f51948e commit e1cc62d

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.7.1
143+
uses: pypa/gh-action-pypi-publish@v1.8.1
144144
with:
145145
packages_dir: dist
146146
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)