Skip to content

Commit d541a70

Browse files
chore: 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] <support@github.com>
1 parent 9f3e877 commit d541a70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159

160160
- name: Publish to TestPyPI
161161
if: contains(github.ref, '-')
162-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
162+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
163163
with:
164164
repository-url: https://test.pypi.org/legacy/
165165
skip-existing: true
@@ -168,7 +168,7 @@ jobs:
168168

169169
- name: Publish to PyPI
170170
if: ${{ !contains(github.ref, '-') }}
171-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
171+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
172172
with:
173173
skip-existing: true
174174
packages-dir: bindings/python/dist

0 commit comments

Comments
 (0)