Skip to content

Commit be352cd

Browse files
authored
Merge pull request #282 from cwacek/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.12
build(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12
2 parents fd28c9c + 4c09b5b commit be352cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
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].11
27+
uses: pypa/[email protected].12
2828
with:
2929
user: __token__
3030
password: ${{ secrets.PYPI_PJO_TOKEN }}

0 commit comments

Comments
 (0)