Skip to content

Commit 494fb4e

Browse files
Bump pypa/gh-action-pypi-publish in /.github/workflows (TGSAI#631)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3849dd4 commit 494fb4e

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
@@ -53,14 +53,14 @@ jobs:
5353
5454
- name: Publish package on PyPI
5555
if: steps.check-version.outputs.tag
56-
uses: pypa/gh-action-pypi-publish@v1.12.4
56+
uses: pypa/gh-action-pypi-publish@v1.13.0
5757
with:
5858
user: __token__
5959
password: ${{ secrets.PYPI_TOKEN }}
6060

6161
- name: Publish package on TestPyPI
6262
if: "! steps.check-version.outputs.tag"
63-
uses: pypa/gh-action-pypi-publish@v1.12.4
63+
uses: pypa/gh-action-pypi-publish@v1.13.0
6464
with:
6565
user: __token__
6666
password: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)