Skip to content

Commit af1122b

Browse files
authored
Merge pull request #785 from executablebooks/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 0d6fc19 + f799e6c commit af1122b

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
@@ -28,7 +28,7 @@ jobs:
2828
python -m build
2929
3030
- name: Publish
31-
uses: pypa/gh-action-pypi-publish@v1.8.10
31+
uses: pypa/gh-action-pypi-publish@v1.8.11
3232
with:
3333
user: __token__
3434
password: ${{ secrets.PYPI_KEY }}

0 commit comments

Comments
 (0)