Skip to content

Commit 3a123f0

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [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 `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: pypa/gh-action-pypi-publish dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7517fdd commit 3a123f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
path: dist
3333

3434
- name: Publish
35-
uses: pypa/gh-action-pypi-publish@v1.13.0
35+
uses: pypa/gh-action-pypi-publish@v1.14.0
3636

3737
save:
3838
needs: [publish]
@@ -48,6 +48,6 @@ jobs:
4848
path: dist
4949

5050
- name: Add wheels to GitHub release artifacts
51-
uses: softprops/action-gh-release@v2
51+
uses: softprops/action-gh-release@v3
5252
with:
5353
files: dist/*.whl

0 commit comments

Comments
 (0)