Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit d3fd714

Browse files
Merge pull request #71 from staticdev/dependabot/github_actions/pypa/gh-action-pypi-publish-v1.2.2
Bump pypa/gh-action-pypi-publish from v1.1.0 to v1.2.2
2 parents f145dda + a6002b9 commit d3fd714

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
5151
- name: Publish package on PyPI
5252
if: steps.check-version.outputs.tag
53-
uses: pypa/gh-action-pypi-publish@v1.1.0
53+
uses: pypa/gh-action-pypi-publish@v1.2.2
5454
with:
5555
user: __token__
5656
password: ${{ secrets.PYPI_TOKEN }}
5757

5858
- name: Publish package on TestPyPI
5959
if: "! steps.check-version.outputs.tag"
60-
uses: pypa/gh-action-pypi-publish@v1.1.0
60+
uses: pypa/gh-action-pypi-publish@v1.2.2
6161
with:
6262
user: __token__
6363
password: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)