Skip to content

Commit 1d68d9e

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

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
@@ -187,15 +187,15 @@ jobs:
187187
path: wheels
188188

189189
- name: Publish package distributions to Test PyPI
190-
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1.8.10
190+
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
191191
with:
192192
repository-url: https://test.pypi.org/legacy/
193193
packages-dir: wheels/
194194
skip-existing: true
195195

196196
- name: Publish package distributions to PyPI
197197
if: always()
198-
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1.8.10
198+
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
199199
with:
200200
packages-dir: wheels/
201201
skip-existing: true

0 commit comments

Comments
 (0)