Skip to content

Commit f111a1b

Browse files
Merge pull request #384 from yfukai/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.5
Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5
2 parents 33dd72a + 8f9347f commit f111a1b

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
@@ -57,14 +57,14 @@ jobs:
5757
5858
- name: Publish package on PyPI
5959
if: steps.check-version.outputs.tag
60-
uses: pypa/[email protected].4
60+
uses: pypa/[email protected].5
6161
with:
6262
user: __token__
6363
password: ${{ secrets.PYPI_TOKEN }}
6464

6565
- name: Publish package on TestPyPI
6666
if: "! steps.check-version.outputs.tag"
67-
uses: pypa/[email protected].4
67+
uses: pypa/[email protected].5
6868
with:
6969
user: __token__
7070
password: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)