Skip to content

Commit 2b74b09

Browse files
authored
Merge pull request #290 from cwacek/dependabot/github_actions/pypa/gh-action-pypi-publish-1.9.0
build(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0
2 parents d41505d + 6cf5301 commit 2b74b09

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/gh-action-pypi-publish@v1.8.14
27+
uses: pypa/gh-action-pypi-publish@v1.9.0
2828
with:
2929
user: __token__
3030
password: ${{ secrets.PYPI_PJO_TOKEN }}

0 commit comments

Comments
 (0)