Skip to content

Commit 0a87a32

Browse files
authored
Merge pull request #22 from sametz/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.5
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.8.5
2 parents b342f62 + 8413e70 commit 0a87a32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
name: dist
7171
path: dist # unmangle to `./dist` to actually publish
7272

73-
- uses: pypa/gh-action-pypi-publish@v1.5.0
73+
- uses: pypa/gh-action-pypi-publish@v1.8.5
7474
with:
7575
user: __token__
7676
password: ${{ secrets.PYPI_PASSWORD }}

.github/workflows/test_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
name: dist
7171
path: dist # unmangle to `./dist` to actually publish
7272

73-
- uses: pypa/gh-action-pypi-publish@v1.5.0
73+
- uses: pypa/gh-action-pypi-publish@v1.8.5
7474
with:
7575
user: __token__
7676
password: ${{ secrets.TEST_PYPI_PASSWORD }}

0 commit comments

Comments
 (0)