diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml index 597fb38f..a3f5cdc5 100644 --- a/.github/workflows/release_workflow.yml +++ b/.github/workflows/release_workflow.yml @@ -37,6 +37,6 @@ jobs: tag: ${{ github.ref }} overwrite: true file_glob: true - - uses: pypa/gh-action-pypi-publish@v1.10.1 + - uses: pypa/gh-action-pypi-publish@v1.10.2 with: attestations: true