Skip to content

Commit b3f8167

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.10 to 1.8.11. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.10...v1.8.11) --- 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]>
1 parent d652f4f commit b3f8167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python -m pip install -U pip wheel
2525
python setup.py bdist_wheel sdist
2626
- name: pypi-publish
27-
uses: pypa/[email protected].10
27+
uses: pypa/[email protected].11
2828
with:
2929
user: __token__
3030
password: ${{ secrets.PYPI_PJO_TOKEN }}

0 commit comments

Comments
 (0)