Skip to content

Commit d46d1dc

Browse files
Bump hynek/build-and-inspect-python-package in the github-actions group
Bumps the github-actions group with 1 update: [hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package). Updates `hynek/build-and-inspect-python-package` from 2.15 to 2.17 - [Release notes](https://github.com/hynek/build-and-inspect-python-package/releases) - [Changelog](https://github.com/hynek/build-and-inspect-python-package/blob/main/CHANGELOG.md) - [Commits](hynek/build-and-inspect-python-package@v2.15...v2.17) --- updated-dependencies: - dependency-name: hynek/build-and-inspect-python-package dependency-version: '2.17' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e48b9f commit d46d1dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v6
1515

1616
- name: Build and Check Package
17-
uses: hynek/build-and-inspect-python-package@v2.15
17+
uses: hynek/build-and-inspect-python-package@v2.17
1818

1919
- name: Download Package
2020
uses: actions/download-artifact@v8

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v6
1515

1616
- name: Build and Check Package
17-
uses: hynek/build-and-inspect-python-package@v2.15
17+
uses: hynek/build-and-inspect-python-package@v2.17
1818

1919
build:
2020
needs: "package"

0 commit comments

Comments
 (0)