Skip to content

Commit af85b76

Browse files
Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 (#2427)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.3 to 1.11.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.3...v1.11.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da5d6f7 commit af85b76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build ext package
2929
run: python -m build ext/
3030
- name: Publish ext to PyPI
31-
uses: pypa/gh-action-pypi-publish@v1.10.3
31+
uses: pypa/gh-action-pypi-publish@v1.11.0
3232
with:
3333
packages-dir: ext/dist/
3434

@@ -53,4 +53,4 @@ jobs:
5353
- name: Build package
5454
run: python -m build
5555
- name: Publish to PyPI
56-
uses: pypa/gh-action-pypi-publish@v1.10.3
56+
uses: pypa/gh-action-pypi-publish@v1.11.0

0 commit comments

Comments
 (0)