Skip to content

Commit 100d119

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.14 to 2.15 - [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.14...v2.15) --- updated-dependencies: - dependency-name: hynek/build-and-inspect-python-package dependency-version: '2.15' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7bbf857 commit 100d119

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
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818

1919
- name: Build and Check Package
20-
uses: hynek/build-and-inspect-python-package@v2.14
20+
uses: hynek/build-and-inspect-python-package@v2.17
2121

2222
deploy:
2323
needs: package

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v6
2626
- name: Build and Check Package
27-
uses: hynek/build-and-inspect-python-package@v2.14
27+
uses: hynek/build-and-inspect-python-package@v2.17
2828

2929
test:
3030
needs: [package]

0 commit comments

Comments
 (0)