Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 706ede6

Browse files
Merge pull request #95 from staticdev/dependabot/github_actions/pypa/gh-action-pypi-publish-v1.3.0
Bump pypa/gh-action-pypi-publish from v1.2.2 to v1.3.0
2 parents 4d654a9 + 544512f commit 706ede6

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

0 commit comments

Comments
 (0)