diff --git a/.github/workflows/package-build.yml b/.github/workflows/package-build.yml index f76e1f9d2..119dc80af 100644 --- a/.github/workflows/package-build.yml +++ b/.github/workflows/package-build.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: hynek/build-and-inspect-python-package@v2.4.0 + - uses: hynek/build-and-inspect-python-package@v2.5.0 id: build-pkg - name: Set up Python uses: actions/setup-python@v5 diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index 3270d6c90..63eeb448a 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -82,7 +82,7 @@ jobs: python scripts/check_unreleased_changelog_items.py git config --global tag.gpgSign true - name: Python Semantic Release - uses: python-semantic-release/python-semantic-release@v9.7.2 + uses: python-semantic-release/python-semantic-release@v9.7.3 id: release with: force: ${{ inputs.release_level }} @@ -106,7 +106,7 @@ jobs: ref: main # Make sure to check out the latest commit on main, not the original commit that triggered the workflow fetch-depth: 0 - name: Build package - uses: hynek/build-and-inspect-python-package@v2.4.0 + uses: hynek/build-and-inspect-python-package@v2.5.0 upload-testpypi: name: Upload package to TestPyPI needs: [print-inputs, pypi-build] diff --git a/.github/workflows/package-testpypi.yml b/.github/workflows/package-testpypi.yml index 4f1bc25b9..d5523bc88 100644 --- a/.github/workflows/package-testpypi.yml +++ b/.github/workflows/package-testpypi.yml @@ -51,7 +51,7 @@ jobs: python scripts/project_version.py --set-version=$NEW_VERSION echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_OUTPUT - name: Build package - uses: hynek/build-and-inspect-python-package@v2.4.0 + uses: hynek/build-and-inspect-python-package@v2.5.0 outputs: built-version: ${{ steps.create-version.outputs.NEW_VERSION }} test-pypi-upload: