Skip to content

Commit 84d8346

Browse files
Build(deps): Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.9.0...v1.10.0) --- 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 cf10674 commit 84d8346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
run: |
150150
pandoc -s -o README.md README.rst
151151
- name: PyPI upload
152-
uses: pypa/gh-action-pypi-publish@v1.9.0
152+
uses: pypa/gh-action-pypi-publish@v1.10.0
153153
with:
154154
packages-dir: dist
155155
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)