Skip to content

Commit d195340

Browse files
authored
Merge pull request #304 from cwacek/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.4
build(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4
2 parents b9fba8e + 6f64ef7 commit d195340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)