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

Commit b039c88

Browse files
Bump pypa/gh-action-pypi-publish from v1.3.0 to v1.3.1
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from v1.3.0 to v1.3.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.3.0...bce3b74) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 314e2b5 commit b039c88

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)