Skip to content

Commit 503883d

Browse files
chore(actions): update pypa/gh-action-pypi-publish action to v1.8.4
1 parent 8286bea commit 503883d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
name: built-artifacts
8181
path: dist/
8282

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

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
name: built-artifacts
7070
path: dist/
7171

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

0 commit comments

Comments
 (0)