diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f4aaa3a..78cdfb2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v6 - name: Build and Check Package - uses: hynek/build-and-inspect-python-package@v2.15.0 + uses: hynek/build-and-inspect-python-package@v2.17.0 with: attest-build-provenance-github: 'true' @@ -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 @@ -58,7 +58,7 @@ jobs: git push origin v${{ github.event.inputs.version }} - name: GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: dist/* tag_name: v${{ github.event.inputs.version }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4b1fb85..afe0419 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Build and Check Package - uses: hynek/build-and-inspect-python-package@v2.15.0 + uses: hynek/build-and-inspect-python-package@v2.17.0 test: