Skip to content

Commit f811866

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.14 (quickwit-oss#192)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a671ba8 commit f811866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,15 @@ jobs:
181181
path: wheels
182182

183183
- name: Publish package distributions to Test PyPI
184-
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
184+
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
185185
with:
186186
repository-url: https://test.pypi.org/legacy/
187187
packages-dir: wheels/
188188
skip-existing: true
189189

190190
- name: Publish package distributions to PyPI
191191
if: always()
192-
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
192+
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
193193
with:
194194
packages-dir: wheels/
195195
skip-existing: true

0 commit comments

Comments
 (0)