build(deps): bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (#217)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
dependabot[bot] 2024-03-12 08:33:20 +10:00 committed by GitHub
parent 77d3d49d92
commit 7af08c049d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ jobs:
path: wheels path: wheels
- name: Publish package distributions to Test PyPI - name: Publish package distributions to Test PyPI
uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06 # v1.8.12 uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
with: with:
repository-url: https://test.pypi.org/legacy/ repository-url: https://test.pypi.org/legacy/
packages-dir: wheels/ packages-dir: wheels/
@ -189,7 +189,7 @@ jobs:
- name: Publish package distributions to PyPI - name: Publish package distributions to PyPI
if: always() if: always()
uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06 # v1.8.12 uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
with: with:
packages-dir: wheels/ packages-dir: wheels/
skip-existing: true skip-existing: true