Skip to content

Commit 58f74e1

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (#570)
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 28cc29e commit 58f74e1

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
@@ -61,11 +61,11 @@ jobs:
6161
6262
- name: Publish package on PyPI
6363
if: steps.check-version.outputs.tag
64-
uses: pypa/[email protected].2
64+
uses: pypa/[email protected].3
6565

6666
- name: Publish package on TestPyPI
6767
if: "! steps.check-version.outputs.tag"
68-
uses: pypa/[email protected].2
68+
uses: pypa/[email protected].3
6969
with:
7070
repository-url: https://test.pypi.org/legacy/
7171

0 commit comments

Comments
 (0)