Skip to content

Commit e9bb4ec

Browse files
Bump the github-actions group across 1 directory with 3 updates (#97)
Bumps the github-actions group with 3 updates in the / directory: [hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package), [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `hynek/build-and-inspect-python-package` from 2.15.0 to 2.17.0 - [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.0...v2.17.0) Updates `pypa/gh-action-pypi-publish` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.13.0...v1.14.0) Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) --- updated-dependencies: - dependency-name: hynek/build-and-inspect-python-package dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43ee958 commit e9bb4ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v6
2424

2525
- name: Build and Check Package
26-
uses: hynek/build-and-inspect-python-package@v2.15.0
26+
uses: hynek/build-and-inspect-python-package@v2.17.0
2727
with:
2828
attest-build-provenance-github: 'true'
2929

@@ -46,7 +46,7 @@ jobs:
4646
path: dist
4747

4848
- name: Publish package to PyPI
49-
uses: pypa/gh-action-pypi-publish@v1.13.0
49+
uses: pypa/gh-action-pypi-publish@v1.14.0
5050
with:
5151
attestations: true
5252

@@ -58,7 +58,7 @@ jobs:
5858
git push origin v${{ github.event.inputs.version }}
5959
6060
- name: GitHub Release
61-
uses: softprops/action-gh-release@v2
61+
uses: softprops/action-gh-release@v3
6262
with:
6363
files: dist/*
6464
tag_name: v${{ github.event.inputs.version }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v6
2525
- name: Build and Check Package
26-
uses: hynek/build-and-inspect-python-package@v2.15.0
26+
uses: hynek/build-and-inspect-python-package@v2.17.0
2727

2828
test:
2929

0 commit comments

Comments
 (0)