Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 661a0e1

Browse files
Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@ed0c539...cef2210) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b747e59 commit 661a0e1

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)