diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml index a3f5cdc5..93854977 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.2 + - uses: pypa/gh-action-pypi-publish@v1.10.3 with: attestations: true