Skip to content

Commit 141dc1a

Browse files
authored
Merge pull request #265 from cwacek/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.11
build(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11
2 parents d652f4f + b3f8167 commit 141dc1a

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)