Skip to content

Commit 75d1e37

Browse files
dependabot[bot]igaw
authored andcommitted
build(deps): Bump pypa/gh-action-pypi-publish in /.github/workflows
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.4 to 1.13.0. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.4...v1.13.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 305b209 commit 75d1e37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
path: dist
102102

103103
- name: Publish package to TestPyPI
104-
uses: pypa/gh-action-pypi-publish@v1.12.4
104+
uses: pypa/gh-action-pypi-publish@v1.13.0
105105
with:
106106
repository-url: https://test.pypi.org/legacy/
107107

@@ -130,5 +130,5 @@ jobs:
130130
path: dist
131131

132132
- name: Publish package to PyPI
133-
uses: pypa/gh-action-pypi-publish@v1.12.4
133+
uses: pypa/gh-action-pypi-publish@v1.13.0
134134
if: steps.check-tag.outputs.match == 'true'

0 commit comments

Comments
 (0)