Skip to content

Commit a0077f9

Browse files
Merge pull request #465 from robbievanleeuwen/dependabot/github_actions/pypa/gh-action-pypi-publish-1.10.3
Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3
2 parents c71c040 + f7c1058 commit a0077f9

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
@@ -56,14 +56,14 @@ jobs:
5656
5757
- name: Publish package on PyPI
5858
if: steps.check-version.outputs.tag
59-
uses: pypa/gh-action-pypi-publish@v1.10.2
59+
uses: pypa/gh-action-pypi-publish@v1.10.3
6060
with:
6161
user: __token__
6262
password: ${{ secrets.PYPI_API_TOKEN }}
6363

6464
- name: Publish package on TestPyPI
6565
if: "! steps.check-version.outputs.tag"
66-
uses: pypa/gh-action-pypi-publish@v1.10.2
66+
uses: pypa/gh-action-pypi-publish@v1.10.3
6767
with:
6868
user: __token__
6969
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)