diff --git a/.github/workflows/package-build.yml b/.github/workflows/package-build.yml index 4361e36e..149c85cd 100644 --- a/.github/workflows/package-build.yml +++ b/.github/workflows/package-build.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: hynek/build-and-inspect-python-package@v1.5.3 + - uses: hynek/build-and-inspect-python-package@v1.5.4 id: build-pkg - name: Set up Python uses: actions/setup-python@v4 diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index 421ad8ec..c8feeccd 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -66,7 +66,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@v1.5.3 + uses: hynek/build-and-inspect-python-package@v1.5.4 upload-testpypi: name: Upload package to TestPyPI needs: [pypi-build] diff --git a/.github/workflows/package-testpypi.yml b/.github/workflows/package-testpypi.yml index 3ada48e8..5c6d729e 100644 --- a/.github/workflows/package-testpypi.yml +++ b/.github/workflows/package-testpypi.yml @@ -32,7 +32,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@v1.5.3 + uses: hynek/build-and-inspect-python-package@v1.5.4 outputs: built-version: ${{ steps.create-version.outputs.NEW_VERSION }} test-pypi-upload: