Skip to content

Commit e46992b

Browse files
chore(actions): update pypa/gh-action-pypi-publish action to v1.6.4 (#83)
1 parent b0f523e commit e46992b

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
@@ -80,7 +80,7 @@ jobs:
8080
name: built-artifacts
8181
path: dist/
8282

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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.4.2
72+
- uses: pypa/gh-action-pypi-publish@v1.6.4
7373
with:
7474
user: __token__
7575
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)