From 5364538319bdd6302b5b0a0a3858409098d30413 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 2 Sep 2024 21:36:08 -0300 Subject: [PATCH] Publish package with attestations Follow up to https://github.com/pytest-dev/pytest-xdist/pull/1123. --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2983ffe2..61f07cae 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,6 +40,8 @@ jobs: - name: Publish package to PyPI uses: pypa/gh-action-pypi-publish@v1.10.0 + with: + attestations: true - name: Push tag run: |