diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a9ee0e9..15b8995 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,7 +39,9 @@ jobs: path: dist - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.5 + uses: pypa/gh-action-pypi-publish@v1.10.1 + with: + attestations: true - name: Push tag run: | @@ -49,7 +51,7 @@ jobs: git push origin v${{ github.event.inputs.version }} - name: GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: dist/* tag_name: v${{ github.event.inputs.version }}