Skip to content

Commit af91689

Browse files
chore(actions): update pypa/gh-action-pypi-publish action to v1.8.7
1 parent 73e7822 commit af91689

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
name: built-artifacts
8282
path: dist/
8383

84-
- uses: pypa/gh-action-pypi-publish@v1.6.4
84+
- uses: pypa/gh-action-pypi-publish@v1.8.7
8585
with:
8686
user: ${{ secrets.PRIVATE_PYPI_USERNAME }}
8787
password: ${{ secrets.PRIVATE_PYPI_PASSWORD }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
name: built-artifacts
7171
path: dist/
7272

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

0 commit comments

Comments
 (0)