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

Commit 930f240

Browse files
Merge pull request #114 from staticdev/dependabot/github_actions/pypa/gh-action-pypi-publish-v1.3.1
Bump pypa/gh-action-pypi-publish from v1.3.0 to v1.3.1
2 parents 314e2b5 + b039c88 commit 930f240

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.3.0
53+
uses: pypa/gh-action-pypi-publish@v1.3.1
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.3.0
60+
uses: pypa/gh-action-pypi-publish@v1.3.1
6161
with:
6262
user: __token__
6363
password: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)