Skip to content

Commit 085830e

Browse files
Merge pull request #1322 from NicolasT/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.2
chore(deps): bump pypa/gh-action-pypi-publish from 1.12.0 to 1.12.2
2 parents fec4010 + 579105c commit 085830e

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
@@ -70,14 +70,14 @@ jobs:
7070
7171
- name: Publish package on PyPI
7272
if: steps.check-version.outputs.tag
73-
uses: pypa/[email protected].0
73+
uses: pypa/[email protected].2
7474
with:
7575
user: __token__
7676
password: "${{ secrets.PYPI_TOKEN }}"
7777

7878
- name: Publish package on TestPyPI
7979
if: "! steps.check-version.outputs.tag"
80-
uses: pypa/[email protected].0
80+
uses: pypa/[email protected].2
8181
with:
8282
repository-url: https://test.pypi.org/legacy/
8383

0 commit comments

Comments
 (0)