diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f2bcfd5..0a68717 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,7 +46,7 @@ jobs: path: dist - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@v1.13.0 + uses: pypa/gh-action-pypi-publish@v1.14.0 with: attestations: true @@ -69,7 +69,7 @@ jobs: python scripts/gen-release-notes.py - name: GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: body_path: scripts/latest-release-notes.md files: dist/*