Skip to content

Commit 1dd9333

Browse files
Bump the github-actions group with 2 updates (#587)
Bumps the github-actions group with 2 updates: [hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `hynek/build-and-inspect-python-package` from 2.11 to 2.12 - [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.11...v2.12) Updates `pypa/gh-action-pypi-publish` from 1.12.3 to 1.12.4 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.3...v1.12.4) --- updated-dependencies: - dependency-name: hynek/build-and-inspect-python-package dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ccd999 commit 1dd9333

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Build and Check Package
15-
uses: hynek/build-and-inspect-python-package@v2.11
15+
uses: hynek/build-and-inspect-python-package@v2.12
1616

1717
deploy:
1818
needs: [package]
@@ -36,7 +36,7 @@ jobs:
3636
path: dist
3737

3838
- name: Publish package to PyPI
39-
uses: pypa/[email protected].3
39+
uses: pypa/[email protected].4
4040

4141
- name: GitHub Release
4242
uses: softprops/action-gh-release@v2

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Build and Check Package
21-
uses: hynek/build-and-inspect-python-package@v2.11
21+
uses: hynek/build-and-inspect-python-package@v2.12
2222

2323
test:
2424

0 commit comments

Comments
 (0)