Skip to content

Commit 7ff00f2

Browse files
authored
Merge pull request #418 from davidhozic/dependabot/github_actions/develop/pypa/gh-action-pypi-publish-1.8.10
ci(deps): bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10
2 parents f39e6d5 + 228b63a commit 7ff00f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python -m build
2828
2929
- name: Publish package
30-
uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8
30+
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
3131
with:
3232
user: __token__
3333
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)