Skip to content

Commit 622041b

Browse files
authored
Merge pull request #64 from 56kyle/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.10
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.8.10
2 parents 66d906a + ce652f9 commit 622041b

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
@@ -60,14 +60,14 @@ jobs:
6060
6161
- name: Publish package on PyPI
6262
if: steps.check-version.outputs.tag
63-
uses: pypa/gh-action-pypi-publish@v1.5.0
63+
uses: pypa/gh-action-pypi-publish@v1.8.10
6464
with:
6565
user: __token__
6666
password: ${{ secrets.PYPI_TOKEN }}
6767

6868
- name: Publish package on TestPyPI
6969
if: "! steps.check-version.outputs.tag"
70-
uses: pypa/gh-action-pypi-publish@v1.5.0
70+
uses: pypa/gh-action-pypi-publish@v1.8.10
7171
with:
7272
user: __token__
7373
password: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)