Skip to content

Commit 35886a4

Browse files
Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (typeddjango#2391)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.2...v1.10.3) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79ee646 commit 35886a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
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/[email protected].2
31+
uses: pypa/[email protected].3
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/[email protected].2
56+
uses: pypa/[email protected].3

0 commit comments

Comments
 (0)