Skip to content

Commit 6bc698c

Browse files
authored
Merge pull request #1475 from python-jsonschema/dependabot/github_actions/pypa/gh-action-pypi-publish-1.14.0
Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0
2 parents 5144bed + 661a0e1 commit 6bc698c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146

147147
- name: Publish to PyPI
148148
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
149-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
149+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
150150
- name: Create a GitHub Release
151151
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
152152
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b

0 commit comments

Comments
 (0)